diff options
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r-- | src/app/main.cpp | 4 |
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"); |