diff options
Diffstat (limited to 'quanta/src/main.cpp')
-rw-r--r-- | quanta/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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" |