diff options
Diffstat (limited to 'kiten/main.cpp')
-rw-r--r-- | kiten/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kiten/main.cpp b/kiten/main.cpp index af73bbd3..c4bd017b 100644 --- a/kiten/main.cpp +++ b/kiten/main.cpp @@ -40,8 +40,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { tqInstallMsgHandler(noMessageOutput); - KAboutData aboutData( "kiten", I18N_NOOP("Kiten"), - "1.2", I18N_NOOP("Japanese Reference Tool"), KAboutData::License_GPL, + TDEAboutData aboutData( "kiten", I18N_NOOP("Kiten"), + "1.2", I18N_NOOP("Japanese Reference Tool"), TDEAboutData::License_GPL, "(c) 2001-2004, Jason Katz-Brown", 0, "http://www.katzbrown.com/kiten"); aboutData.addAuthor("Jason Katz-Brown", I18N_NOOP("Original author"), "jason@katzbrown.com"); |