From 8ba97103df12b002f6b2cf1d24a4b389a6379f61 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:24:21 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- quanta/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/src/main.cpp') diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp index 52d4b07c..968ad81d 100644 --- a/quanta/src/main.cpp +++ b/quanta/src/main.cpp @@ -66,9 +66,9 @@ int main(int argc, char *argv[]) char *copyright = new char[200]; //this should be enough strcpy(copyright, "(C) 2000-2006 - "); strcat(copyright, developers); - KAboutData + TDEAboutData aboutData( QUANTA_PACKAGE, I18N_NOOP("Quanta"), - QUANTA_VERSION, description, KAboutData::License_GPL_V2, + QUANTA_VERSION, description, TDEAboutData::License_GPL_V2, copyright, othertext, "http://tdewebdev.org" -- cgit v1.2.1