summaryrefslogtreecommitdiffstats
path: root/src/flowlayout.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:10:03 -0600
committerTimothy Pearson <[email protected]>2011-12-18 18:10:03 -0600
commitfc6629f90a46a3f304bdba2ecef645c01ed02640 (patch)
tree14f39cc4b99e55d5cbe2b33345b9834e25d2feec /src/flowlayout.h
parent0b46312b4c5d893a6e0c29e354038bbdc5a15fdd (diff)
downloadkima-fc6629f90a46a3f304bdba2ecef645c01ed02640.tar.gz
kima-fc6629f90a46a3f304bdba2ecef645c01ed02640.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/flowlayout.h')
-rw-r--r--src/flowlayout.h4
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;