diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:57:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:57:55 -0600 |
commit | 21e6fcda9ca4b5700d6121da5eff9fe0ae615fb9 (patch) | |
tree | 1070e90a2e7245ed11c8053cc686f4f04a4efb25 | |
parent | 0aaa692ea9905c523f2810621341f3a77c3de07a (diff) | |
download | kuickshow-21e6fcda9ca4b5700d6121da5eff9fe0ae615fb9.tar.gz kuickshow-21e6fcda9ca4b5700d6121da5eff9fe0ae615fb9.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | kuickshow/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kuickshow/src/main.cpp b/kuickshow/src/main.cpp index 3628646..ed0ad31 100644 --- a/kuickshow/src/main.cpp +++ b/kuickshow/src/main.cpp @@ -38,10 +38,10 @@ static KCmdLineOptions options[] = extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { - KAboutData about( + TDEAboutData about( "kuickshow", I18N_NOOP( "KuickShow" ), KUICKSHOWVERSION, I18N_NOOP("A fast and versatile image viewer" ), - KAboutData::License_GPL, "(c) 1998-2006, Carsten Pfeiffer", + TDEAboutData::License_GPL, "(c) 1998-2006, Carsten Pfeiffer", 0 /*text*/, "http://devel-home.kde.org/~pfeiffer/" ); about.addAuthor( "Carsten Pfeiffer", 0, "pfeiffer@kde.org", |