summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kglobalaccel.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/kglobalaccel.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/kglobalaccel.sip')
-rw-r--r--sip/tdecore/kglobalaccel.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdecore/kglobalaccel.sip b/sip/tdecore/kglobalaccel.sip
index e23a332..887d37b 100644
--- a/sip/tdecore/kglobalaccel.sip
+++ b/sip/tdecore/kglobalaccel.sip
@@ -58,11 +58,11 @@ public:
const TQString& configGroup () const;
void setConfigGroup (const TQString&);
- bool readSettings (KConfigBase* = 0);
- bool writeSettings (KConfigBase* = 0) const;
+ bool readSettings (TDEConfigBase* = 0);
+ bool writeSettings (TDEConfigBase* = 0) const;
%If ( KDE_3_1_0 - )
- bool writeSettings (KConfigBase*, bool) const;
+ bool writeSettings (TDEConfigBase*, bool) const;
%End
static bool useFourModifierKeys ();