diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdeui/karrowbutton.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/karrowbutton.h')
-rw-r--r-- | kdeui/karrowbutton.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kdeui/karrowbutton.h b/kdeui/karrowbutton.h index 8f5410908..e20278692 100644 --- a/kdeui/karrowbutton.h +++ b/kdeui/karrowbutton.h @@ -19,7 +19,7 @@ #ifndef __karrowbutton_h__ #define __karrowbutton_h__ -#include <qpushbutton.h> +#include <tqpushbutton.h> #include <kdelibs_export.h> @@ -48,7 +48,7 @@ class KDEUI_EXPORT KArrowButton : public QPushButton * @param arrow The direction the arrrow should be pointing in * @param name An internal name for this widget */ - KArrowButton(QWidget *parent = 0, Qt::ArrowType arrow = Qt::UpArrow, + KArrowButton(TQWidget *parent = 0, Qt::ArrowType arrow = Qt::UpArrow, const char *name = 0); /** @@ -57,9 +57,9 @@ class KDEUI_EXPORT KArrowButton : public QPushButton virtual ~KArrowButton(); /** - * Reimplemented from QPushButton. + * Reimplemented from TQPushButton. */ - virtual QSize sizeHint() const; + virtual TQSize sizeHint() const; /** * Returns the arrow type @@ -81,9 +81,9 @@ class KDEUI_EXPORT KArrowButton : public QPushButton protected: /** - * Reimplemented from QPushButton. + * Reimplemented from TQPushButton. */ - virtual void drawButton(QPainter *); + virtual void drawButton(TQPainter *); protected: virtual void virtual_hook( int id, void* data ); |