diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:09:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:09:42 -0600 |
commit | 2df6bde18ab40472f2df8637cf6456cb80dc2329 (patch) | |
tree | 5a4362124ff46786fce835d2f1e7d583c92a5670 /sip/tdeui/ktoolbarbutton.sip | |
parent | be6cfa4b990910e65e8d2f4f212eba3f7da6ee72 (diff) | |
download | pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.tar.gz pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'sip/tdeui/ktoolbarbutton.sip')
-rw-r--r-- | sip/tdeui/ktoolbarbutton.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/tdeui/ktoolbarbutton.sip b/sip/tdeui/ktoolbarbutton.sip index 0ec8366..cb78fa7 100644 --- a/sip/tdeui/ktoolbarbutton.sip +++ b/sip/tdeui/ktoolbarbutton.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KToolBarButton : TQToolButton +class TDEToolBarButton : TQToolButton { %TypeHeaderCode #include <ktoolbarbutton.h> @@ -32,9 +32,9 @@ class KToolBarButton : TQToolButton public: - KToolBarButton (const TQString&, int, TQWidget* /TransferThis/, const char* = 0, const TQString& = TQString ::null , TDEInstance* = TDEGlobal ::instance ()); - KToolBarButton (const TQPixmap&, int, TQWidget* /TransferThis/, const char* = 0, const TQString& = TQString ::null ); - KToolBarButton (TQWidget* /TransferThis/ = 0, const char* = 0); + TDEToolBarButton (const TQString&, int, TQWidget* /TransferThis/, const char* = 0, const TQString& = TQString ::null , TDEInstance* = TDEGlobal ::instance ()); + TDEToolBarButton (const TQPixmap&, int, TQWidget* /TransferThis/, const char* = 0, const TQString& = TQString ::null ); + TDEToolBarButton (TQWidget* /TransferThis/ = 0, const char* = 0); virtual void setPixmap (const TQPixmap&); void setDefaultPixmap (const TQPixmap&); void setDisabledPixmap (const TQPixmap&); @@ -119,5 +119,5 @@ protected slots: protected: //igx virtual void virtual_hook (int, void*); -}; // class KToolBarButton +}; // class TDEToolBarButton |