|
|
|
@ -40,8 +40,8 @@ int main(int argc, char *argv[])
|
|
|
|
|
aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
|
|
|
|
|
I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails"));
|
|
|
|
|
|
|
|
|
|
KCmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
|
|
|
|
|
KnowitApplication a(true, true);
|
|
|
|
|
|
|
|
|
|