From 40ceb5ab87a54595afdfb2eb93f48d4505c18466 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:54:02 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index a260b12..768e425 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"), -- cgit v1.2.1