diff options
Diffstat (limited to 'ktouch/src/main.cpp')
-rw-r--r-- | ktouch/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp index 9f5fe183..3f43d290 100644 --- a/ktouch/src/main.cpp +++ b/ktouch/src/main.cpp @@ -28,11 +28,11 @@ static KCmdLineOptions options[] = { int main(int argc, char **argv) { - KAboutData about("ktouch", + TDEAboutData about("ktouch", I18N_NOOP("KTouch"), version, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "Copyright (C) 2000-2006 by Håvard Frøiland and Andreas Nicolai", 0, "http://edu.kde.org/ktouch", |