diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 13:40:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 13:40:37 -0600 |
commit | 29b21f172abf94a8707fc57eae9455fce19fe69d (patch) | |
tree | 7bf89d23740b3556935d2e6b293d066d0c99b47f /src/flowlayout.cpp | |
parent | aecb5278de60cad2d05cc801a8f0529e3ab08fac (diff) | |
download | kima-29b21f172abf94a8707fc57eae9455fce19fe69d.tar.gz kima-29b21f172abf94a8707fc57eae9455fce19fe69d.zip |
Fix FTBFS
Diffstat (limited to 'src/flowlayout.cpp')
-rw-r--r-- | src/flowlayout.cpp | 4 |
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 |