diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/tdeui/kactioncollection.sip | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdeui/kactioncollection.sip')
-rw-r--r-- | sip/tdeui/kactioncollection.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdeui/kactioncollection.sip b/sip/tdeui/kactioncollection.sip index 0f4d6ab..a7c5e0e 100644 --- a/sip/tdeui/kactioncollection.sip +++ b/sip/tdeui/kactioncollection.sip @@ -51,8 +51,8 @@ public: virtual TQStringList groups () const; virtual KActionPtrList actions (const TQString&) const; virtual KActionPtrList actions () const; - bool readShortcutSettings (const TQString& = TQString ::null , KConfigBase* = 0); - bool writeShortcutSettings (const TQString& = TQString ::null , KConfigBase* = 0) const; + bool readShortcutSettings (const TQString& = TQString ::null , TDEConfigBase* = 0); + bool writeShortcutSettings (const TQString& = TQString ::null , TDEConfigBase* = 0) const; void setInstance (TDEInstance*); TDEInstance* instance () const; void setXMLFile (const TQString&); |