|
|
@ -32,11 +32,11 @@ int main(int argc, char *argv[])
|
|
|
|
"me at mornfall dot net",
|
|
|
|
"me at mornfall dot net",
|
|
|
|
"http://web.mornfall.net");
|
|
|
|
"http://web.mornfall.net");
|
|
|
|
|
|
|
|
|
|
|
|
KCmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options );
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
|
|
|
|
|
|
|
KApplication app;
|
|
|
|
KApplication app;
|
|
|
|
KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
|
|
|
|
TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
|
|
|
|
KGlobal::locale()->insertCatalogue(TQString::fromUtf8("libept"));
|
|
|
|
KGlobal::locale()->insertCatalogue(TQString::fromUtf8("libept"));
|
|
|
|
|
|
|
|
|
|
|
|
App *ta = new App( args );
|
|
|
|
App *ta = new App( args );
|
|
|
|