summaryrefslogtreecommitdiffstats
path: root/kfind/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/main.cpp')
-rw-r--r--kfind/main.cpp4
1 files changed, 2 insertions, 2 deletions
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");