|
|
@ -33,8 +33,8 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KAboutData aboutData( "knowit", I18N_NOOP("KnowIt"),
|
|
|
|
TDEAboutData aboutData( "knowit", I18N_NOOP("KnowIt"),
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
VERSION, description, TDEAboutData::License_GPL,
|
|
|
|
"(C) 2002-2004 Michal Rudolf", 0, 0, "mrudolf@tdewebdev.org");
|
|
|
|
"(C) 2002-2004 Michal Rudolf", 0, 0, "mrudolf@tdewebdev.org");
|
|
|
|
aboutData.addAuthor("Michal Rudolf",0, "mrudolf@tdewebdev.org");
|
|
|
|
aboutData.addAuthor("Michal Rudolf",0, "mrudolf@tdewebdev.org");
|
|
|
|
aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
|
|
|
|
aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
|
|
|
|