summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kconfig.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kconfig.sip')
-rw-r--r--sip/tdecore/kconfig.sip14
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdecore/kconfig.sip b/sip/tdecore/kconfig.sip
index cc0f307..1e30b31 100644
--- a/sip/tdecore/kconfig.sip
+++ b/sip/tdecore/kconfig.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KConfig : KConfigBase
+class TDEConfig : TDEConfigBase
{
%TypeHeaderCode
#include <kconfig.h>
@@ -32,10 +32,10 @@ class KConfig : KConfigBase
public:
- KConfig (const TQString& = TQString ::null , bool = 0, bool = 1, const char* = "config");
+ TDEConfig (const TQString& = TQString ::null , bool = 0, bool = 1, const char* = "config");
%If ( KDE_3_2_0 - )
- KConfig (KConfigBackEnd*, bool = 0);
+ TDEConfig (TDEConfigBackEnd*, bool = 0);
%End
virtual void rollback (bool = 1);
@@ -50,7 +50,7 @@ public:
void checkUpdate (const TQString&, const TQString&);
%If ( KDE_3_2_0 - )
- KConfig* copyTo (const TQString&, KConfig* = 0) const;
+ TDEConfig* copyTo (const TQString&, TDEConfig* = 0) const;
%If ( KDE_3_3_0 - )
KLockFile::Ptr lockFile (bool = 0);
@@ -69,17 +69,17 @@ protected:
virtual KEntry lookupData (const KEntryKey&) const;
private:
- KConfig (const KConfig&);
+ TDEConfig (const TDEConfig&);
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KConfig
+}; // class TDEConfig
%If ( KDE_3_2_0 - )
-class KSharedConfig : KConfig, KShared
+class KSharedConfig : TDEConfig, KShared
{
%TypeHeaderCode
#include <kconfig.h>