diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
commit | f71394031a5e1c3b315081a98000f242b461ca8c (patch) | |
tree | 54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kooka | |
parent | e5ce3b4175f2e72788b49b9ed46c722784218dad (diff) | |
download | tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/main.cpp b/kooka/main.cpp index 538e17cb..3b8d6ec0 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -73,8 +73,8 @@ static KCmdLineOptions options[] = int main( int argc, char *argv[] ) { - KAboutData about("kooka", I18N_NOOP("Kooka"), KOOKA_VERSION, I18N_NOOP(description), - KAboutData::License_GPL_V2, "(C) 2000 Klaas Freitag", 0, + TDEAboutData about("kooka", I18N_NOOP("Kooka"), KOOKA_VERSION, I18N_NOOP(description), + TDEAboutData::License_GPL_V2, "(C) 2000 Klaas Freitag", 0, I18N_NOOP("http://kooka.kde.org")); about.addAuthor( "Klaas Freitag", I18N_NOOP("developer"), "freitag@suse.de" ); |