diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:57:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:57:13 -0600 |
commit | 76a0f4f36cd016ccf38de7d9d56214ff23c7d92a (patch) | |
tree | 8b75d9e33335eb713132dbfde3801e94b4010339 | |
parent | c233fe5086dc3544a8f8aebfbe82fa55da5f9a56 (diff) | |
download | krename-76a0f4f36cd016ccf38de7d9d56214ff23c7d92a.tar.gz krename-76a0f4f36cd016ccf38de7d9d56214ff23c7d92a.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-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" ); |