From 76a0f4f36cd016ccf38de7d9d56214ff23c7d92a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:57:13 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- krename/main.cpp | 4 ++-- 1 file 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" );