diff options
Diffstat (limited to 'sip/tdeui/kbuttonbox.sip')
-rw-r--r-- | sip/tdeui/kbuttonbox.sip | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sip/tdeui/kbuttonbox.sip b/sip/tdeui/kbuttonbox.sip index 4a62fec..6f764ea 100644 --- a/sip/tdeui/kbuttonbox.sip +++ b/sip/tdeui/kbuttonbox.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KButtonBox : QWidget +class KButtonBox : TQWidget { %TypeHeaderCode #include <kbuttonbox.h> @@ -32,25 +32,25 @@ class KButtonBox : QWidget public: - KButtonBox (QWidget* /TransferThis/, Orientation = Horizontal , int = 0, int = 6); - virtual QSize sizeHint () const; - virtual QSizePolicy sizePolicy () const; - virtual void resizeEvent (QResizeEvent*); - QPushButton* addButton (const QString&, bool = 0); - QPushButton* addButton (const QString&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 0); + KButtonBox (TQWidget* /TransferThis/, Orientation = Horizontal , int = 0, int = 6); + virtual TQSize sizeHint () const; + virtual TQSizePolicy sizePolicy () const; + virtual void resizeEvent (TQResizeEvent*); + TQPushButton* addButton (const TQString&, bool = 0); + TQPushButton* addButton (const TQString&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 0); %If ( KDE_3_3_0 - ) - QPushButton* addButton (const KGuiItem&, bool = 0); - QPushButton* addButton (const KGuiItem&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 0); + TQPushButton* addButton (const KGuiItem&, bool = 0); + TQPushButton* addButton (const KGuiItem&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 0); %End void addStretch (int = 1); void layout (); protected: - QSize bestButtonSize () const; + TQSize bestButtonSize () const; void placeButtons (); - QSize buttonSizeHint (QPushButton*) const; + TQSize buttonSizeHint (TQPushButton*) const; protected: //igx virtual void virtual_hook (int, void*); |