From f71394031a5e1c3b315081a98000f242b461ca8c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:18:35 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kooka/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kooka/main.cpp') 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" ); -- cgit v1.2.1