From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kfind/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfind/main.cpp') diff --git a/kfind/main.cpp b/kfind/main.cpp index b57177cb0..ece886956 100644 --- a/kfind/main.cpp +++ b/kfind/main.cpp @@ -22,8 +22,8 @@ static KCmdLineOptions options[] = int main( int argc, char ** argv ) { KLocale::setMainCatalogue("kfindpart"); - KAboutData aboutData( "kfind", I18N_NOOP("KFind"), - KFIND_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kfind", I18N_NOOP("KFind"), + KFIND_VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1998-2003, The KDE Developers")); aboutData.addAuthor("Eric Coquelle", I18N_NOOP("Current Maintainer"), "coquelle@caramail.com"); -- cgit v1.2.3