summaryrefslogtreecommitdiffstats
path: root/src/kima.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:20:54 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:20:54 -0600
commit3f7edc4861d43739e97822be428197d23d81a979 (patch)
tree4874c29af31d9826f14cde3d495e6d5d030dbda4 /src/kima.cpp
parent07ab01d735203e0db3391330a7ebb1aed6fa027d (diff)
downloadkima-3f7edc4861d43739e97822be428197d23d81a979.tar.gz
kima-3f7edc4861d43739e97822be428197d23d81a979.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/kima.cpp')
-rw-r--r--src/kima.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kima.cpp b/src/kima.cpp
index d07d3e0..aedc1f3 100644
--- a/src/kima.cpp
+++ b/src/kima.cpp
@@ -74,7 +74,7 @@
extern "C" {
KPanelApplet* init( TQWidget* inParent, const TQString& inConfigFile) {
- KGlobal::locale()->insertCatalogue("kima");
+ TDEGlobal::locale()->insertCatalogue("kima");
return new Kima(inConfigFile, KPanelApplet::Normal,
//KPanelApplet::About | KPanelApplet::Help | KPanelApplet::Preferences,
KPanelApplet::About | KPanelApplet::Preferences,