@ -15,7 +15,7 @@
static const char description [ ] = I18N_NOOP ( " Builds Qt widget plugins from an ini style description file. " ) ;
static const char description [ ] = I18N_NOOP ( " Builds Qt widget plugins from an ini style description file. " ) ;
static const char version [ ] = " 0.2 " ;
static const char version [ ] = " 0.2 " ;
static const char classHeader [ ] = " /** \n "
static const char classHeader [ ] = " /** \n "
" * This file was autogenerated by make k dewidgets. Any changes will be lost!\n "
" * This file was autogenerated by make t dewidgets. Any changes will be lost!\n "
" * The generated code in this file is licensed under the same license that the \n "
" * The generated code in this file is licensed under the same license that the \n "
" * input file. \n "
" * input file. \n "
" */ \n "
" */ \n "
@ -124,9 +124,9 @@ static void buildFile( TQTextStream &stream, const TQString& group, const TQStri
static TQString buildPixmap ( const TQString & name , TDEConfig & input , const TQString & iconPath ) ;
static TQString buildPixmap ( const TQString & name , TDEConfig & input , const TQString & iconPath ) ;
int main ( int argc , char * * argv ) {
int main ( int argc , char * * argv ) {
new TDEInstance ( " make k dewidgets" ) ;
new TDEInstance ( " make t dewidgets" ) ;
TDEAboutData about ( " make kdewidgets" , I18N_NOOP ( " makek dewidgets" ) , version , description , TDEAboutData : : License_GPL , " (C) 2004-2005 ian reinhart geiser " , 0 , 0 , " geiseri@kde.org " ) ;
TDEAboutData about ( " make tdewidgets" , I18N_NOOP ( " maket dewidgets" ) , version , description , TDEAboutData : : License_GPL , " (C) 2004-2005 ian reinhart geiser " , 0 , 0 , " geiseri@kde.org " ) ;
about . addAuthor ( " ian reinhart geiser " , 0 , " geiseri@kde.org " ) ;
about . addAuthor ( " ian reinhart geiser " , 0 , " geiseri@kde.org " ) ;
TDECmdLineArgs : : init ( argc , argv , & about ) ;
TDECmdLineArgs : : init ( argc , argv , & about ) ;
TDECmdLineArgs : : addCmdLineOptions ( options ) ;
TDECmdLineArgs : : addCmdLineOptions ( options ) ;