diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:04:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:04:45 -0600 |
commit | c657df4df56ade1e7e3de5112b0ee4034dca9874 (patch) | |
tree | ccbba51e0e82caf4cc7328d03271a621a117e765 | |
parent | fc0196cdf6062125e587fbba536e78ea1f2d7f91 (diff) | |
download | kpilot-c657df4df56ade1e7e3de5112b0ee4034dca9874.tar.gz kpilot-c657df4df56ade1e7e3de5112b0ee4034dca9874.zip |
Rename KLocale to enhance compatibility with KDE4
-rw-r--r-- | kpilot/pilotDaemon.cc | 2 |
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"), |