summaryrefslogtreecommitdiffstats
path: root/kfind/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:14:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:14:08 -0600
commit98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 (patch)
treef56598fd630d341dd40899da38b7fd4b3931770a /kfind/main.cpp
parent93943a849d1abc2003ceefe294dc419b9927f7d0 (diff)
downloadtdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.tar.gz
tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kfind/main.cpp')
-rw-r--r--kfind/main.cpp2
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"));