summaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:51:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:51:20 -0600
commit9c8d64b5e7f2552116b0dc9c3070dc7529118432 (patch)
tree7869ba3a44dd108ce44ecea2526a3dbffded9511 /src/app/main.cpp
parent9be8a1a36d76dd6f4c5114fa51d4a5d18f98948b (diff)
downloadgwenview-9c8d64b5e7f2552116b0dc9c3070dc7529118432.tar.gz
gwenview-9c8d64b5e7f2552116b0dc9c3070dc7529118432.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 3767036..b6734ab 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -105,8 +105,8 @@ void applyFilterArgs(TDECmdLineArgs* args, FileViewController* controller) {
extern "C"
KDE_EXPORT int kdemain (int argc, char *argv[]) {
- KAboutData aboutData("gwenview", I18N_NOOP("Gwenview"),
- version, I18N_NOOP("An image viewer for TDE"), KAboutData::License_GPL,
+ TDEAboutData aboutData("gwenview", I18N_NOOP("Gwenview"),
+ version, I18N_NOOP("An image viewer for TDE"), TDEAboutData::License_GPL,
"Copyright 2000-2006, The Gwenview developers",0,"http://gwenview.sourceforge.net");
aboutData.addAuthor("Aurélien Gâteau", I18N_NOOP("Main developer"), "aurelien.gateau@free.fr");
aboutData.addAuthor("Luboš Luňák", I18N_NOOP("Developer"), "l.lunak@suse.cz");