diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:07:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:07:58 -0600 |
commit | d1a1ded7630ef9c2a69894f62c837f06bf77cc85 (patch) | |
tree | 887745a198486f55a8fe21cfd1a936b683ef421c /src/kima.h | |
parent | 3f7edc4861d43739e97822be428197d23d81a979 (diff) | |
download | kima-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |