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/kdcopactionproxy.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/kdcopactionproxy.sip')
-rw-r--r-- | sip/tdeui/kdcopactionproxy.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/tdeui/kdcopactionproxy.sip b/sip/tdeui/kdcopactionproxy.sip index 00bc89c..2afab10 100644 --- a/sip/tdeui/kdcopactionproxy.sip +++ b/sip/tdeui/kdcopactionproxy.sip @@ -32,14 +32,14 @@ class KDCOPActionProxy : DCOPObjectProxy public: - KDCOPActionProxy (KActionCollection*, DCOPObject* /TransferThis/); + KDCOPActionProxy (TDEActionCollection*, DCOPObject* /TransferThis/); KDCOPActionProxy (DCOPObject* /TransferThis/); - virtual TQValueList<KAction*> actions () const; - virtual KAction* action (const char*) const; + virtual TQValueList<TDEAction*> actions () const; + virtual TDEAction* action (const char*) const; virtual TQCString actionObjectId (const TQCString&) const; virtual TQMap<TQCString,DCOPRef> actionMap (const TQCString& = TQCString ()) const; virtual bool process (const TQCString&, const TQCString&, const TQByteArray&, TQCString&, TQByteArray&); - virtual bool processAction (const TQCString&, const TQCString&, const TQByteArray&, TQCString&, TQByteArray&, KAction*); + virtual bool processAction (const TQCString&, const TQCString&, const TQByteArray&, TQCString&, TQByteArray&, TDEAction*); protected: //igx virtual void virtual_hook (int, void*); |