diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:54:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:54:02 -0600 |
commit | 40ceb5ab87a54595afdfb2eb93f48d4505c18466 (patch) | |
tree | e1adfda880b86de65da4dfaf2a20756c1f457e37 /src/main.cpp | |
parent | 1926bf797750d0684141ee4609c1d46f11fdc346 (diff) | |
download | knowit-40ceb5ab87a54595afdfb2eb93f48d4505c18466.tar.gz knowit-40ceb5ab87a54595afdfb2eb93f48d4505c18466.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"), |