diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:24:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:24:21 -0600 |
commit | 8ba97103df12b002f6b2cf1d24a4b389a6379f61 (patch) | |
tree | 583bb7f0c8a54d0d497abec2f95a692cda8c7b30 /quanta/src/main.cpp | |
parent | 0111fdc2a40580d418d365006c52845c320558b0 (diff) | |
download | tdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.tar.gz tdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
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" |