diff options
-rw-r--r-- | krename/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/main.cpp b/krename/main.cpp index e2d7268..f024647 100644 --- a/krename/main.cpp +++ b/krename/main.cpp @@ -46,13 +46,13 @@ #define VERSION "unknown" #endif -KAboutData aboutData( "krename", I18N_NOOP("KRename"), VERSION, I18N_NOOP( +TDEAboutData aboutData( "krename", I18N_NOOP("KRename"), VERSION, I18N_NOOP( "KRename is a batch file renamer which can rename a\n" "list of files based on a set of expressions.\n\n" "If you like KRename you may want to support it.\n" "Testing, bug fixes and feature request are as welcome\n" "as financial support (everybody needs money ;)\nSee help files for details.\n" ), - KAboutData::License_GPL, "KRename Build:" __DATE__ " " __TIME__ + TDEAboutData::License_GPL, "KRename Build:" __DATE__ " " __TIME__ , "(c) 2001-2007, Dominik Seichter\n", "http://www.krename.net", "domseichter@web.de" ); |