summaryrefslogtreecommitdiffstats
path: root/kworldwatch/flow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-20 00:31:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-20 00:31:37 -0600
commitaef0e36bd7c3b47f0bfad74964346b3fb0911e67 (patch)
tree55dec3c05e7fd9264703d527dc8de2afd80cf9af /kworldwatch/flow.cpp
parent0275f15ba9992741595250eb61493571528866de (diff)
downloadtdetoys-aef0e36bd7c3b47f0bfad74964346b3fb0911e67.tar.gz
tdetoys-aef0e36bd7c3b47f0bfad74964346b3fb0911e67.zip
Fix FTBFS
Diffstat (limited to 'kworldwatch/flow.cpp')
-rw-r--r--kworldwatch/flow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/flow.cpp b/kworldwatch/flow.cpp
index c511919..056f5aa 100644
--- a/kworldwatch/flow.cpp
+++ b/kworldwatch/flow.cpp
@@ -66,7 +66,7 @@ int SimpleFlow::heightForWidth( int w ) const
return cached_hfw;
}
-void SimpleFlow::addItem( QLayoutItem *item)
+void SimpleFlow::addItem( TQLayoutItem *item)
{
list.append( TQT_TQLAYOUTITEM(item) );
}