summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-24 13:40:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-24 13:40:37 -0600
commit29b21f172abf94a8707fc57eae9455fce19fe69d (patch)
tree7bf89d23740b3556935d2e6b293d066d0c99b47f
parentaecb5278de60cad2d05cc801a8f0529e3ab08fac (diff)
downloadkima-29b21f17.tar.gz
kima-29b21f17.zip
Fix FTBFS
-rw-r--r--src/flowlayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flowlayout.cpp b/src/flowlayout.cpp
index 63621fc..7f10faf 100644
--- a/src/flowlayout.cpp
+++ b/src/flowlayout.cpp
@@ -97,7 +97,7 @@ int FlowLayout::widthForHeight( int h ) const{
return w;
}
-void FlowLayout::addItem(QLayoutItem* item){
+void FlowLayout::addItem(TQLayoutItem* item){
//kdDebug() << "FlowLayout::addItem: " << (static_cast<TQLabel*>(item->widget()))->text() << ", width: " << item->widget()->width() << ", height: " << item->widget()->height()<< endl;
// we are indirectly called from addSource. this
// is a hint for addSource, to let it know which item
@@ -344,4 +344,4 @@ TQLayoutItem* FlowLayout::takeAt(int index) {
invalidate();
return item;
}
-#endif // USE_QT4 \ No newline at end of file
+#endif // USE_QT4