diff options
Diffstat (limited to 'src/flowlayout.h')
-rw-r--r-- | src/flowlayout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flowlayout.h b/src/flowlayout.h index 624d38b..d0871e9 100644 --- a/src/flowlayout.h +++ b/src/flowlayout.h @@ -62,8 +62,8 @@ public: int heightForWidth(int w) const; bool hasWidthForHeight() const; int widthForHeight(int h) const; - TQSize tqsizeHint() const; - TQSize tqminimumSize() const; + TQSize sizeHint() const; + TQSize minimumSize() const; TQLayoutIterator iterator(); TQSizePolicy::ExpandData expanding() const; Qt::Orientation getOrientation() const; |