diff options
Diffstat (limited to 'kfind/main.cpp')
-rw-r--r-- | kfind/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/main.cpp b/kfind/main.cpp index ece886956..995dea8b9 100644 --- a/kfind/main.cpp +++ b/kfind/main.cpp @@ -21,7 +21,7 @@ static KCmdLineOptions options[] = int main( int argc, char ** argv ) { - KLocale::setMainCatalogue("kfindpart"); + TDELocale::setMainCatalogue("kfindpart"); TDEAboutData aboutData( "kfind", I18N_NOOP("KFind"), KFIND_VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1998-2003, The KDE Developers")); |