summaryrefslogtreecommitdiffstats
path: root/src/flowlayout.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/flowlayout.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/flowlayout.h')
-rw-r--r--src/flowlayout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flowlayout.h b/src/flowlayout.h
index 4387755..d3bb4d0 100644
--- a/src/flowlayout.h
+++ b/src/flowlayout.h
@@ -24,7 +24,7 @@
#include <tqptrlist.h>
class Source;
-class KConfig;
+class TDEConfig;
class FlowLayout : public TQLayout{
Q_OBJECT
@@ -44,7 +44,7 @@ public:
/**
* tells all sources their positions
*/
- void updatePositions(KConfig * inKConfig);
+ void updatePositions(TDEConfig * inTDEConfig);
void addItem(TQLayoutItem* item);
void addSource(Source* src);
void remove(TQWidget* widget);