summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kaccelaction.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/tdecore/kaccelaction.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/tdecore/kaccelaction.sip')
-rw-r--r--sip/tdecore/kaccelaction.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdecore/kaccelaction.sip b/sip/tdecore/kaccelaction.sip
index 2c88eb9..6bdace1 100644
--- a/sip/tdecore/kaccelaction.sip
+++ b/sip/tdecore/kaccelaction.sip
@@ -85,7 +85,7 @@ public:
KAccelActions (const KAccelActions&);
void clear ();
bool init (const KAccelActions&);
- bool init (KConfigBase&, const TQString&);
+ bool init (TDEConfigBase&, const TQString&);
void updateShortcuts (KAccelActions&);
int actionIndex (const TQString&) const;
KAccelAction* actionPtr (uint);
@@ -105,8 +105,8 @@ public:
KAccelAction* insert (const TQString&, const TQString&, const TQString&, const KShortcut&, const KShortcut&, const TQObject* = 0, const char* = 0, bool = 1, bool = 1);
KAccelAction* insert (const TQString&, const TQString&);
bool remove (const TQString&);
- bool readActions (const TQString& = "Shortcuts", KConfigBase* = 0);
- bool writeActions (const TQString& = "Shortcuts", KConfigBase* = 0, bool = 0, bool = 0) const;
+ bool readActions (const TQString& = "Shortcuts", TDEConfigBase* = 0);
+ bool writeActions (const TQString& = "Shortcuts", TDEConfigBase* = 0, bool = 0, bool = 0) const;
void emitKeycodeChanged ();
uint count () const;