diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 20:22:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 20:22:09 -0600 |
commit | d03f8569b307b380b4d1e6070d5e76e5f6868850 (patch) | |
tree | 1334fa7186901705e834b0d83d1a39073cf95df7 /kradio3/plugins/gui-quickbar | |
parent | f065ef42a52be85fdc6f48e10ce2fdfc52a3f445 (diff) | |
download | tderadio-d03f8569b307b380b4d1e6070d5e76e5f6868850.tar.gz tderadio-d03f8569b307b380b4d1e6070d5e76e5f6868850.zip |
Fix FTBFS
Diffstat (limited to 'kradio3/plugins/gui-quickbar')
-rw-r--r-- | kradio3/plugins/gui-quickbar/buttonflowlayout.cpp | 4 | ||||
-rw-r--r-- | kradio3/plugins/gui-quickbar/buttonflowlayout.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp b/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp index 499ec8d..4cd8dd0 100644 --- a/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp +++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp @@ -94,7 +94,7 @@ int ButtonFlowLayout::heightForWidth( int w ) const return cached_hfw; } -void ButtonFlowLayout::addItem( QLayoutItem *item) +void ButtonFlowLayout::addItem( TQLayoutItem *item) { list.append( TQT_TQLAYOUTITEM(item) ); } @@ -265,4 +265,4 @@ TQLayoutItem* ButtonFlowLayout::takeAt(int index) { invalidate(); return item; } -#endif // USE_QT4
\ No newline at end of file +#endif // USE_QT4 diff --git a/kradio3/plugins/gui-quickbar/buttonflowlayout.h b/kradio3/plugins/gui-quickbar/buttonflowlayout.h index 885f6f7..fe33efc 100644 --- a/kradio3/plugins/gui-quickbar/buttonflowlayout.h +++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.h @@ -38,7 +38,7 @@ public: ~ButtonFlowLayout(); - void addItem( QLayoutItem *item); + void addItem( TQLayoutItem *item); bool hasHeightForWidth() const; int heightForWidth( int ) const; TQSize tqsizeHint() const; |