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

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

@ -66,7 +66,7 @@ int SimpleFlow::heightForWidth( int w ) const
return cached_hfw; return cached_hfw;
} }
void SimpleFlow::addItem( QLayoutItem *item) void SimpleFlow::addItem( TQLayoutItem *item)
{ {
list.append( TQT_TQLAYOUTITEM(item) ); list.append( TQT_TQLAYOUTITEM(item) );
} }

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

Loading…
Cancel
Save