diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/tdeui/kdbtn.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/tdeui/kdbtn.sip')
-rw-r--r-- | sip/tdeui/kdbtn.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdeui/kdbtn.sip b/sip/tdeui/kdbtn.sip index d493b0c..34c1d52 100644 --- a/sip/tdeui/kdbtn.sip +++ b/sip/tdeui/kdbtn.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KDirectionButton : QButton +class KDirectionButton : TQButton { %TypeHeaderCode #include <kdbtn.h> @@ -32,13 +32,13 @@ class KDirectionButton : QButton public: - KDirectionButton (QWidget*/TransferThis/ = 0, const char* = 0); - KDirectionButton (ArrowType, QWidget*/TransferThis/ = 0, const char* = 0); + KDirectionButton (TQWidget*/TransferThis/ = 0, const char* = 0); + KDirectionButton (ArrowType, TQWidget*/TransferThis/ = 0, const char* = 0); void setDirection (ArrowType); ArrowType direction (); protected: - virtual void drawButton (QPainter*); + virtual void drawButton (TQPainter*); }; // class KDirectionButton @@ -51,11 +51,11 @@ class KTabButton : KDirectionButton public: - KTabButton (QWidget*/TransferThis/ = 0, const char* = 0); - KTabButton (ArrowType, QWidget*/TransferThis/ = 0, const char* = 0); + KTabButton (TQWidget*/TransferThis/ = 0, const char* = 0); + KTabButton (ArrowType, TQWidget*/TransferThis/ = 0, const char* = 0); protected: - virtual void drawButton (QPainter*); + virtual void drawButton (TQPainter*); }; // class KTabButton |