diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kdeui/kbuttonbox.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kbuttonbox.h')
-rw-r--r-- | kdeui/kbuttonbox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeui/kbuttonbox.h b/kdeui/kbuttonbox.h index 7eda45577..0d4b36b67 100644 --- a/kdeui/kbuttonbox.h +++ b/kdeui/kbuttonbox.h @@ -30,9 +30,9 @@ class KButtonBoxPrivate; /** * Container widget for buttons. * - * This class uses Qt layout control to place the buttons; can handle + * This class uses Qt tqlayout control to place the buttons; can handle * both vertical and horizontal button placement. The default border - * is now @p 0 (making it easier to deal with layouts). The space + * is now @p 0 (making it easier to deal with tqlayouts). The space * between buttons is now more Motif compliant. * * @author Mario Weilguni <mweilguni@sime.com> @@ -65,7 +65,7 @@ public: * This size is * calculated by the width/height of all buttons plus border/autoborder. */ - virtual TQSize sizeHint() const; + virtual TQSize tqsizeHint() const; virtual TQSizePolicy sizePolicy() const; virtual void resizeEvent(TQResizeEvent *); @@ -146,9 +146,9 @@ public: * This function must be called @em once after all buttons have been * inserted. * - * It will start layout control. + * It will start tqlayout control. */ - void layout(); + void tqlayout(); public: // as PrivateData needs Item, it has to be exported class Item; |