diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-20 00:31:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-20 00:31:37 -0600 |
commit | aef0e36bd7c3b47f0bfad74964346b3fb0911e67 (patch) | |
tree | 55dec3c05e7fd9264703d527dc8de2afd80cf9af /kworldwatch | |
parent | 0275f15ba9992741595250eb61493571528866de (diff) | |
download | tdetoys-aef0e36bd7c3b47f0bfad74964346b3fb0911e67.tar.gz tdetoys-aef0e36bd7c3b47f0bfad74964346b3fb0911e67.zip |
Fix FTBFS
Diffstat (limited to 'kworldwatch')
-rw-r--r-- | kworldwatch/flow.cpp | 2 | ||||
-rw-r--r-- | kworldwatch/flow.h | 2 |
2 files changed, 2 insertions, 2 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) ); } diff --git a/kworldwatch/flow.h b/kworldwatch/flow.h index 91b5b79..e09a9a5 100644 --- a/kworldwatch/flow.h +++ b/kworldwatch/flow.h @@ -34,7 +34,7 @@ public: ~SimpleFlow(); - void addItem( QLayoutItem *item); + void addItem( TQLayoutItem *item); bool hasHeightForWidth() const; int heightForWidth( int ) const; TQSize tqsizeHint() const; |