diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
commit | f71394031a5e1c3b315081a98000f242b461ca8c (patch) | |
tree | 54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kuickshow | |
parent | e5ce3b4175f2e72788b49b9ed46c722784218dad (diff) | |
download | tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kuickshow')
-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 36286463..ed0ad319 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", |