pull/1/head
Timothy Pearson 13 years ago
parent 0275f15ba9
commit aef0e36bd7

@ -229,6 +229,9 @@
<slot>selectionChanged(TQListViewItem*)</slot>
</connection>
</connections>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<tabstops>
<tabstop>mAllStations</tabstop>
<tabstop>mSelectedStations</tabstop>

@ -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) );
}

@ -34,7 +34,7 @@ public:
~SimpleFlow();
void addItem( QLayoutItem *item);
void addItem( TQLayoutItem *item);
bool hasHeightForWidth() const;
int heightForWidth( int ) const;
TQSize tqsizeHint() const;

Loading…
Cancel
Save