|
|
|
@ -87,13 +87,13 @@ int main(int argc, char *argv[])
|
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
|
"(c) 2000-2008, Guillaume Laurent, Chris Cannam, Richard Bown");
|
|
|
|
|
aboutData.addAuthor("Guillaume Laurent, Chris Cannam, Richard Bown", 0, "glaurent@telegraph-road.org, cannam@all-day-breakfast.com, bownie@bownie.com");
|
|
|
|
|
KCmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|
|
|
|
|
|
|
// Parse cmd line args
|
|
|
|
|
//
|
|
|
|
|
/*KCmdLineArgs *args =*/
|
|
|
|
|
KCmdLineArgs::parsedArgs();
|
|
|
|
|
/*TDECmdLineArgs *args =*/
|
|
|
|
|
TDECmdLineArgs::parsedArgs();
|
|
|
|
|
KApplication app;
|
|
|
|
|
|
|
|
|
|
if (app.isRestored()) {
|
|
|
|
|