From d0f9e92096d55c80c13e68ac3c5ee3fda70b579c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Nov 2011 00:29:48 -0600 Subject: [PATCH] Fix FTBFS --- src/flowlayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /**