summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/flowlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowlayout.h b/src/flowlayout.h
index d5b73a2..624d38b 100644
--- a/src/flowlayout.h
+++ b/src/flowlayout.h
@@ -45,7 +45,7 @@ public:
* tells all sources their positions
*/
void updatePositions(KConfig * inKConfig);
- void addItem(QLayoutItem* item);
+ void addItem(TQLayoutItem* item);
void addSource(Source* src);
void remove(TQWidget* widget);
/**