|
|
|
@ -40,12 +40,12 @@ int main(int argc, char **argv)
|
|
|
|
|
KAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it");
|
|
|
|
|
about.addAuthor( "Antonio Fasolato", 0, "Antonio.Fasolato@poste.it" );
|
|
|
|
|
about.addCredit( "Tim Fechtner", I18N_NOOP("German translation"), "Tim.Fechtner@gmx.de");
|
|
|
|
|
KCmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
KApplication app;
|
|
|
|
|
potracegui *firstWidget = 0;
|
|
|
|
|
|
|
|
|
|
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
|
|
|
|
|
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
|
|
|
|
|
|
|
|
|
|
firstWidget = new potracegui();
|
|
|
|
|
firstWidget->show();
|
|
|
|
|