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/tdeprint | |
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/tdeprint')
-rw-r--r-- | sip/tdeprint/kmjobmanager.sip | 4 | ||||
-rw-r--r-- | sip/tdeprint/kmmanager.sip | 4 | ||||
-rw-r--r-- | sip/tdeprint/kprintaction.sip | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sip/tdeprint/kmjobmanager.sip b/sip/tdeprint/kmjobmanager.sip index c02829b..8382303 100644 --- a/sip/tdeprint/kmjobmanager.sip +++ b/sip/tdeprint/kmjobmanager.sip @@ -77,8 +77,8 @@ public: void addJob (KMJob*); //ig KMThreadJob* threadJob (); virtual int actions (); - virtual TQValueList<KAction*> createPluginActions (KActionCollection*); - virtual void validatePluginActions (KActionCollection*, const TQPtrList<KMJob>&); + virtual TQValueList<TDEAction*> createPluginActions (TDEActionCollection*); + virtual void validatePluginActions (TDEActionCollection*, const TQPtrList<KMJob>&); virtual bool doPluginAction (int, const TQPtrList<KMJob>&); protected: diff --git a/sip/tdeprint/kmmanager.sip b/sip/tdeprint/kmmanager.sip index cf908c2..5fc4b94 100644 --- a/sip/tdeprint/kmmanager.sip +++ b/sip/tdeprint/kmmanager.sip @@ -100,8 +100,8 @@ public: virtual bool restartServer (); virtual bool configureServer (TQWidget* /Transfer/ = 0); virtual TQStringList detectLocalPrinters (); - virtual void createPluginActions (KActionCollection*); - virtual void validatePluginActions (KActionCollection*, KMPrinter*); + virtual void createPluginActions (TDEActionCollection*); + virtual void validatePluginActions (TDEActionCollection*, KMPrinter*); %If ( KDE_3_1_0 - ) void checkUpdatePossible (); diff --git a/sip/tdeprint/kprintaction.sip b/sip/tdeprint/kprintaction.sip index 851f4e7..03799e1 100644 --- a/sip/tdeprint/kprintaction.sip +++ b/sip/tdeprint/kprintaction.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KPrintAction : KActionMenu +class KPrintAction : TDEActionMenu { %TypeHeaderCode #include <kprintaction.h> |