diff options
author | Timothy Pearson <[email protected]> | 2011-11-25 00:29:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-25 00:29:48 -0600 |
commit | d0f9e92096d55c80c13e68ac3c5ee3fda70b579c (patch) | |
tree | 5416211b82780f5bade36e406de89a025d0f9b55 /src | |
parent | 29b21f172abf94a8707fc57eae9455fce19fe69d (diff) | |
download | kima-d0f9e92096d55c80c13e68ac3c5ee3fda70b579c.tar.gz kima-d0f9e92096d55c80c13e68ac3c5ee3fda70b579c.zip |
Fix FTBFS
Diffstat (limited to 'src')
-rw-r--r-- | src/flowlayout.h | 2 |
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); /** |