summaryrefslogtreecommitdiffstats
path: root/src/kima.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:07:58 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:07:58 -0600
commitd1a1ded7630ef9c2a69894f62c837f06bf77cc85 (patch)
tree887745a198486f55a8fe21cfd1a936b683ef421c /src/kima.h
parent3f7edc4861d43739e97822be428197d23d81a979 (diff)
downloadkima-d1a1ded7630ef9c2a69894f62c837f06bf77cc85.tar.gz
kima-d1a1ded7630ef9c2a69894f62c837f06bf77cc85.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/kima.h')
-rw-r--r--src/kima.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kima.h b/src/kima.h
index 3c39b2a..b84f6a5 100644
--- a/src/kima.h
+++ b/src/kima.h
@@ -46,7 +46,7 @@ class TQMouseEvent;
class KDialogBase;
class Prefs;
class TQListViewItem;
-class KConfig;
+class TDEConfig;
class TQLayoutItem;
/**
@@ -189,7 +189,7 @@ private:
*/
Source* findSource(int inPosition);
- KConfig* mKConfig;
+ TDEConfig* mTDEConfig;
FlowLayout* mLayout;
mutable int mCachedWFH;
mutable int mCachedHeight;