summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:04:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:04:45 -0600
commitc657df4df56ade1e7e3de5112b0ee4034dca9874 (patch)
treeccbba51e0e82caf4cc7328d03271a621a117e765
parentfc0196cdf6062125e587fbba536e78ea1f2d7f91 (diff)
downloadkpilot-c657df4d.tar.gz
kpilot-c657df4d.zip
Rename KLocale to enhance compatibility with KDE4
-rw-r--r--kpilot/pilotDaemon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/pilotDaemon.cc b/kpilot/pilotDaemon.cc
index 6350207..aa6bea5 100644
--- a/kpilot/pilotDaemon.cc
+++ b/kpilot/pilotDaemon.cc
@@ -1305,7 +1305,7 @@ int main(int argc, char **argv)
{
FUNCTIONSETUP;
- KLocale::setMainCatalogue("kpilot");
+ TDELocale::setMainCatalogue("kpilot");
TDEAboutData about("kpilotDaemon",
I18N_NOOP("KPilot Daemon"),