diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
commit | 2df6bde18ab40472f2df8637cf6456cb80dc2329 (patch) | |
tree | 5a4362124ff46786fce835d2f1e7d583c92a5670 /sip/tdeui/ktoolbarlabelaction.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/ktoolbarlabelaction.sip')
-rw-r--r-- | sip/tdeui/ktoolbarlabelaction.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/tdeui/ktoolbarlabelaction.sip b/sip/tdeui/ktoolbarlabelaction.sip index fe7c9dc..d3f06e8 100644 --- a/sip/tdeui/ktoolbarlabelaction.sip +++ b/sip/tdeui/ktoolbarlabelaction.sip @@ -26,7 +26,7 @@ %If ( KDE_3_4_0 - ) -class KToolBarLabelAction : KWidgetAction +class TDEToolBarLabelAction : KWidgetAction { %TypeHeaderCode #include <ktoolbarlabelaction.h> @@ -34,9 +34,9 @@ class KToolBarLabelAction : KWidgetAction public: - KToolBarLabelAction (const TQString&, const KShortcut&, const TQObject*, const char*, KActionCollection* /TransferThis/, const char*); - KToolBarLabelAction (TQWidget*, const TQString&, const KShortcut&, const TQObject*, const char*, KActionCollection* /TransferThis/, const char*); - KToolBarLabelAction (TQLabel*, const KShortcut&, const TQObject*, const char*, KActionCollection* /TransferThis/, const char*); + TDEToolBarLabelAction (const TQString&, const TDEShortcut&, const TQObject*, const char*, TDEActionCollection* /TransferThis/, const char*); + TDEToolBarLabelAction (TQWidget*, const TQString&, const TDEShortcut&, const TQObject*, const char*, TDEActionCollection* /TransferThis/, const char*); + TDEToolBarLabelAction (TQLabel*, const TDEShortcut&, const TQObject*, const char*, TDEActionCollection* /TransferThis/, const char*); virtual void setText (const TQString&); virtual void setBuddy (TQWidget*); TQWidget* buddy () const; @@ -45,7 +45,7 @@ public: protected: virtual void virtual_hook (int, void*); -}; // class KToolBarLabelAction +}; // class TDEToolBarLabelAction %End |