summaryrefslogtreecommitdiffstats
path: root/src/flowlayout.h
diff options
context:
space:
mode:
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);