summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kaction.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:18:41 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:18:41 -0600
commit352b2ef6c06332062d35211d7f49942315d2f36a (patch)
tree842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/tdeui/kaction.sip
parent8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff)
downloadpytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz
pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdeui/kaction.sip')
-rw-r--r--sip/tdeui/kaction.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/tdeui/kaction.sip b/sip/tdeui/kaction.sip
index cae6587..14e8390 100644
--- a/sip/tdeui/kaction.sip
+++ b/sip/tdeui/kaction.sip
@@ -376,8 +376,8 @@ public:
public slots:
void setMaxItems (uint);
- void loadEntries (KConfig*, TQString = TQString ::null );
- void saveEntries (KConfig*, TQString = TQString ::null );
+ void loadEntries (TDEConfig*, TQString = TQString ::null );
+ void saveEntries (TDEConfig*, TQString = TQString ::null );
public slots:
void addURL (const KURL&);
@@ -640,8 +640,8 @@ public:
virtual TQValueList<KAction*> actions () const;
%End
- 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&);