diff options
Diffstat (limited to 'kworldwatch/flow.h')
-rw-r--r-- | kworldwatch/flow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/flow.h b/kworldwatch/flow.h index e09a9a5..ed13ad4 100644 --- a/kworldwatch/flow.h +++ b/kworldwatch/flow.h @@ -37,8 +37,8 @@ public: void addItem( TQLayoutItem *item); bool hasHeightForWidth() const; int heightForWidth( int ) const; - TQSize tqsizeHint() const; - TQSize tqminimumSize() const; + TQSize sizeHint() const; + TQSize minimumSize() const; TQLayoutIterator iterator(); TQSizePolicy::ExpandData expanding() const; |