Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 1926bf7977
commit 40ceb5ab87

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

Loading…
Cancel
Save