From f7e71d47719ab6094cf4a9fafffa5ea351973522 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 13 Jan 2011 08:32:36 +0000 Subject: Initial conversion for TQt for Qt4 3.4.0 TP2 This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/ktoolbarbutton.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdeui/ktoolbarbutton.h') diff --git a/kdeui/ktoolbarbutton.h b/kdeui/ktoolbarbutton.h index 2cb05d9ac..7abe34927 100644 --- a/kdeui/ktoolbarbutton.h +++ b/kdeui/ktoolbarbutton.h @@ -41,7 +41,7 @@ class TQPainter; * KToolBar methods instead. * @internal */ -class KDEUI_EXPORT KToolBarButton : public QToolButton +class KDEUI_EXPORT KToolBarButton : public TQToolButton { Q_OBJECT @@ -263,7 +263,7 @@ signals: * and whether any keyboard modifiers were held. * @since 3.4 */ - void buttonClicked(int, Qt::ButtonState state); + void buttonClicked(int, TQt::ButtonState state); void doubleClicked(int); void pressed(int); void released(int); @@ -291,9 +291,9 @@ protected: /// @since 3.4 void mouseReleaseEvent( TQMouseEvent * ); void showMenu(); - TQSize sizeHint() const; - TQSize minimumSizeHint() const; - TQSize minimumSize() const; + TQSize tqsizeHint() const; + TQSize tqminimumSizeHint() const; + TQSize tqminimumSize() const; /// @since 3.1 bool isRaised() const; -- cgit v1.2.1