diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1ab0584..87bddf8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,11 +48,11 @@ int main( int argc, char ** argv ) KCmdLineLastOption }; - KAboutData aboutdata ( "kchmviewer", + TDEAboutData aboutdata ( "kchmviewer", APP_NAME, APP_VERSION, I18N_NOOP("CHM file viewer"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2004-2007 George Yunaev, [email protected]", 0, "http://www.kchmviewer.net", |