- class KCModuleContainer
+ class TDECModuleContainer
|
@@ -27,23 +27,23 @@
kutils |
Class |
- KCModuleContainer |
+ TDECModuleContainer |
Inherits |
- KCModule |
+ TDECModule |
methods
-- KCModuleContainer (parent, name, mods)
-
returns a KCModuleContainer instance |
+- TDECModuleContainer (parent, name, mods)
+
returns a TDECModuleContainer instance |
Argument | Type | Default |
parent | TQWidget | |
name | char | |
mods | TQStringList | |
| |
-- KCModuleContainer (parent, name, mods = TQString ())
-
returns a KCModuleContainer instance |
+- TDECModuleContainer (parent, name, mods = TQString ())
+
returns a TDECModuleContainer instance |
Argument | Type | Default |
parent | TQWidget | |
name | char | |
diff --git a/doc/classref/kutils/KCModuleInfo.html b/doc/classref/kutils/KCModuleInfo.html
index dd418f2..19a3ab5 100644
--- a/doc/classref/kutils/KCModuleInfo.html
+++ b/doc/classref/kutils/KCModuleInfo.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KCModuleInfo
+ class TDECModuleInfo
@@ -12,7 +12,7 @@
- class KCModuleInfo
+ class TDECModuleInfo
|
@@ -28,36 +28,36 @@
kutils |
Class |
- KCModuleInfo |
+ TDECModuleInfo |
Inherits |
|
methods
-- KCModuleInfo (desktopFile)
-
returns a KCModuleInfo instance |
+- TDECModuleInfo (desktopFile)
+
returns a TDECModuleInfo instance |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
desktopFile | TQString | |
| |
-- KCModuleInfo (moduleInfo)
-
returns a KCModuleInfo instance |
+- TDECModuleInfo (moduleInfo)
+
returns a TDECModuleInfo instance |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
moduleInfo | KService.Ptr | |
| |
-- KCModuleInfo (rhs)
-
returns a KCModuleInfo instance |
+- TDECModuleInfo (rhs)
+
returns a TDECModuleInfo instance |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-rhs | KCModuleInfo | |
+rhs | TDECModuleInfo | |
| |
-- KCModuleInfo ()
-
returns a KCModuleInfo instance |
+- TDECModuleInfo ()
+
returns a TDECModuleInfo instance |
In versions KDE 3.4.0 and above only |
| |
- comment ()
@@ -203,14 +203,14 @@
returns (bool) |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-a0 | KCModuleInfo | |
+a0 | TDECModuleInfo | |
| |
- operator == (a0)
returns (bool) |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-a0 | KCModuleInfo | |
+a0 | TDECModuleInfo | |
| |
diff --git a/doc/classref/kutils/KCModuleLoader.html b/doc/classref/kutils/KCModuleLoader.html
index 718800a..904577e 100644
--- a/doc/classref/kutils/KCModuleLoader.html
+++ b/doc/classref/kutils/KCModuleLoader.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KCModuleLoader
+ class TDECModuleLoader
@@ -12,7 +12,7 @@
- class KCModuleLoader
+ class TDECModuleLoader
|
@@ -28,7 +28,7 @@
kutils |
Class |
- KCModuleLoader |
+ TDECModuleLoader |
Inherits |
|
@@ -39,11 +39,11 @@
}
methods
- loadModule (module, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
-
returns (KCModule) |
+returns (TDECModule) |
In versions KDE 3.3.0 and above only |
static |
Argument | Type | Default |
-module | KCModuleInfo | |
+module | TDECModuleInfo | |
withFallback | bool | 1 |
parent | TQWidget | 0 |
name | char | 0 |
@@ -51,7 +51,7 @@
| |
- loadModule (module, parent = 0, name = 0, args = TQStringList ())
-
returns (KCModule) |
+returns (TDECModule) |
In versions KDE 3.3.0 and above only |
static |
Argument | Type | Default |
@@ -62,12 +62,12 @@
| |
- loadModule (module, report, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
-
returns (KCModule) |
+returns (TDECModule) |
In versions KDE 3.4.0 and above only |
static |
Argument | Type | Default |
-module | KCModuleInfo | |
-report | KCModuleLoader.ErrorReporting | |
+module | TDECModuleInfo | |
+report | TDECModuleLoader.ErrorReporting | |
withFallback | bool | 1 |
parent | TQWidget | 0 |
name | char | 0 |
@@ -75,23 +75,23 @@
| |
- loadModule (module, report, parent = 0, name = 0, args = TQStringList ())
-
returns (KCModule) |
+returns (TDECModule) |
In versions KDE 3.4.0 and above only |
static |
Argument | Type | Default |
module | TQString | |
-report | KCModuleLoader.ErrorReporting | |
+report | TDECModuleLoader.ErrorReporting | |
parent | TQWidget | 0 |
name | char | 0 |
args | TQStringList | TQStringList () |
| |
- reportError (report, text, details, parent)
-
returns (KCModule) |
+returns (TDECModule) |
In versions KDE 3.4.0 and above only |
static |
Argument | Type | Default |
-report | KCModuleLoader.ErrorReporting | |
+report | TDECModuleLoader.ErrorReporting | |
text | TQString | |
details | TQString | |
parent | TQWidget | |
@@ -118,7 +118,7 @@
In versions KDE 3.4.0 and above only |
static |
Argument | Type | Default |
-module | KCModuleInfo | |
+module | TDECModuleInfo | |
| |
- unloadModule (mod)
@@ -126,7 +126,7 @@
In versions KDE 3.3.0 and above only |
static |
Argument | Type | Default |
-mod | KCModuleInfo | |
+mod | TDECModuleInfo | |
| |
diff --git a/doc/classref/kutils/KCModuleProxy.html b/doc/classref/kutils/KCModuleProxy.html
index 2928ba8..3746793 100644
--- a/doc/classref/kutils/KCModuleProxy.html
+++ b/doc/classref/kutils/KCModuleProxy.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KCModuleProxy
+ class TDECModuleProxy
@@ -12,7 +12,7 @@
- class KCModuleProxy
+ class TDECModuleProxy
|
@@ -28,26 +28,26 @@
kutils |
Class |
- KCModuleProxy |
+ TDECModuleProxy |
Inherits |
TQWidget |
methods
-- KCModuleProxy (info, withFallback = 0, parent = 0, name = 0, args = TQStringList ())
-
returns a KCModuleProxy instance |
+- TDECModuleProxy (info, withFallback = 0, parent = 0, name = 0, args = TQStringList ())
+
returns a TDECModuleProxy instance |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-info | KCModuleInfo | |
+info | TDECModuleInfo | |
withFallback | bool | 0 |
parent | TQWidget | 0 |
name | char | 0 |
args | TQStringList | TQStringList () |
| |
-- KCModuleProxy (serviceName, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
-
returns a KCModuleProxy instance |
+- TDECModuleProxy (serviceName, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
+
returns a TDECModuleProxy instance |
In versions KDE 3.4.0 and above only |
Argument | Type | Default |
serviceName | TQString | |
@@ -57,8 +57,8 @@
args | TQStringList | TQStringList () |
| |
-- KCModuleProxy (service, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
-
returns a KCModuleProxy instance |
+- TDECModuleProxy (service, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
+
returns a TDECModuleProxy instance |
In versions KDE 3.4.0 and above only |
Argument | Type | Default |
service | KService.Ptr | |
@@ -91,7 +91,7 @@
returns nothing |
In versions KDE 3.4.0 and above only |
Argument | Type | Default |
-mod | KCModuleProxy | |
+mod | TDECModuleProxy | |
| |
- childClosed ()
@@ -122,7 +122,7 @@
returns nothing |
In versions KDE 3.4.0 and above only |
Argument | Type | Default |
-info | KCModuleInfo | |
+info | TDECModuleInfo | |
| |
- instance ()
@@ -134,7 +134,7 @@
In versions KDE 3.3.0 and above only |
| |
- moduleInfo ()
-
returns (KCModuleInfo) |
+returns (TDECModuleInfo) |
In versions KDE 3.3.0 and above only |
| |
- quickHelp ()
@@ -146,7 +146,7 @@
In versions KDE 3.4.0 and above only |
| |
- realModule ()
-
returns (KCModule) |
+returns (TDECModule) |
In versions KDE 3.3.0 and above only |
| |
- rootMode ()
diff --git a/doc/classref/kutils/KCMultiDialog.html b/doc/classref/kutils/KCMultiDialog.html
index 1b94e86..0970aeb 100644
--- a/doc/classref/kutils/KCMultiDialog.html
+++ b/doc/classref/kutils/KCMultiDialog.html
@@ -81,7 +81,7 @@
returns nothing |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-moduleinfo | KCModuleInfo | |
+moduleinfo | TDECModuleInfo | |
parentmodulenames | TQStringList | TQStringList () |
withfallback | bool | 0 |
diff --git a/doc/classref/kutils/KPluginInfo.html b/doc/classref/kutils/KPluginInfo.html
index 6bf733e..32de03d 100644
--- a/doc/classref/kutils/KPluginInfo.html
+++ b/doc/classref/kutils/KPluginInfo.html
@@ -70,7 +70,7 @@
| In versions KDE 3.3.0 and above only |
|
- config ()
-
returns (KConfig) |
+returns (TDEConfig) |
In versions KDE 3.3.0 and above only |
| |
- configgroup ()
@@ -95,7 +95,7 @@
static |
Argument | Type | Default |
files | TQStringList | |
-config | KConfig | 0 |
+config | TDEConfig | 0 |
group | TQString | TQString .null |
| |
@@ -105,7 +105,7 @@
| static |
Argument | Type | Default |
a0 | TQString | |
-config | KConfig | 0 |
+config | TDEConfig | 0 |
group | TQString | TQString .null |
|
@@ -115,7 +115,7 @@
| static |
Argument | Type | Default |
services | KService.List | |
-config | KConfig | 0 |
+config | TDEConfig | 0 |
group | TQString | TQString .null |
|
@@ -146,7 +146,7 @@
returns nothing |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-config | KConfigGroup | 0 |
+config | TDEConfigGroup | 0 |
| |
- name ()
@@ -168,7 +168,7 @@
returns nothing |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-config | KConfigGroup | 0 |
+config | TDEConfigGroup | 0 |
| |
- service ()
@@ -179,7 +179,7 @@
returns nothing |
In versions KDE 3.3.0 and above only |
Argument | Type | Default |
-config | KConfig | |
+config | TDEConfig | |
group | TQString | |
| |
diff --git a/doc/classref/kutils/KPluginSelector.html b/doc/classref/kutils/KPluginSelector.html
index a7b26da..6f17ff3 100644
--- a/doc/classref/kutils/KPluginSelector.html
+++ b/doc/classref/kutils/KPluginSelector.html
@@ -50,7 +50,7 @@
| instanceName | TQString | |
catname | TQString | TQString .null |
category | TQString | TQString .null |
-config | KConfig | 0 |
+config | TDEConfig | 0 |
|
- addPlugins (instance, catname = TQString .null, category = TQString .null, config = 0)
@@ -60,7 +60,7 @@
instance | TDEInstance | |
catname | TQString | TQString .null |
category | TQString | TQString .null |
-config | KConfig | 0 |
+config | TDEConfig | 0 |
|
| |
- addPlugins (plugininfos, catname = TQString .null, category = TQString .null, config = 0)
diff --git a/doc/classref/kutils/index.html b/doc/classref/kutils/index.html
index 020f293..4453e8c 100644
--- a/doc/classref/kutils/index.html
+++ b/doc/classref/kutils/index.html
@@ -24,10 +24,10 @@
|
diff --git a/doc/classref/tdecore/KAccel.html b/doc/classref/tdecore/KAccel.html
index e81b372..ae6e433 100644
--- a/doc/classref/tdecore/KAccel.html
+++ b/doc/classref/tdecore/KAccel.html
@@ -267,7 +267,7 @@
- readSettings (pConfig = 0)
Argument | Type | Default |
-pConfig | KConfigBase | 0 |
+pConfig | TDEConfigBase | 0 |
| |
- remove (sAction)
@@ -357,7 +357,7 @@
- writeSettings (pConfig = 0)
Argument | Type | Default |
-pConfig | KConfigBase | 0 |
+pConfig | TDEConfigBase | 0 |
| |
diff --git a/doc/classref/tdecore/KAccelActions.html b/doc/classref/tdecore/KAccelActions.html
index f4f814c..2cc341a 100644
--- a/doc/classref/tdecore/KAccelActions.html
+++ b/doc/classref/tdecore/KAccelActions.html
@@ -92,7 +92,7 @@
- init (config, sGroup)
Argument | Type | Default |
-config | KConfigBase | |
+config | TDEConfigBase | |
sGroup | TQString | |
| |
@@ -127,7 +127,7 @@
Argument | Type | Default |
sConfigGroup | TQString | "Shortcuts" |
-pConfig | KConfigBase | 0 |
+pConfig | TDEConfigBase | 0 |
| |
- remove (sAction)
@@ -152,7 +152,7 @@
Argument | Type | Default |
sConfigGroup | TQString | "Shortcuts" |
-pConfig | KConfigBase | 0 |
+pConfig | TDEConfigBase | 0 |
bWriteAll | bool | 0 |
bGlobal | bool | 0 |
diff --git a/doc/classref/tdecore/KAccelBase.html b/doc/classref/tdecore/KAccelBase.html
index ccd74dc..e557a7e 100644
--- a/doc/classref/tdecore/KAccelBase.html
+++ b/doc/classref/tdecore/KAccelBase.html
@@ -159,7 +159,7 @@
- readSettings (pConfig = 0)
Argument | Type | Default |
-pConfig | KConfigBase | 0 |
+pConfig | TDEConfigBase | 0 |
| |
- remove (sAction)
@@ -233,7 +233,7 @@
- writeSettings (pConfig = 0)
Argument | Type | Default |
-pConfig | KConfigBase | 0 |
+pConfig | TDEConfigBase | 0 |
| |
diff --git a/doc/classref/tdecore/KConfig.html b/doc/classref/tdecore/KConfig.html
index f647596..d6d5837 100644
--- a/doc/classref/tdecore/KConfig.html
+++ b/doc/classref/tdecore/KConfig.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfig
+ class TDEConfig
@@ -12,7 +12,7 @@
- class KConfig
+ class TDEConfig
|
@@ -28,15 +28,15 @@
tdecore |
Class |
- KConfig |
+ TDEConfig |
Inherits |
- KConfigBase |
+ TDEConfigBase |
methods
-- KConfig (fileName = TQString .null, bReadOnly = 0, bUseKDEGlobals = 1, resType = "config")
-
returns a KConfig instance |
+- TDEConfig (fileName = TQString .null, bReadOnly = 0, bUseKDEGlobals = 1, resType = "config")
+
returns a TDEConfig instance |
Argument | Type | Default |
fileName | TQString | TQString .null |
bReadOnly | bool | 0 |
@@ -44,18 +44,18 @@
resType | char | "config" |
| |
-- KConfig (backEnd, bReadOnly = 0)
-
returns a KConfig instance |
+- TDEConfig (backEnd, bReadOnly = 0)
+
returns a TDEConfig instance |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-backEnd | KConfigBackEnd | |
+backEnd | TDEConfigBackEnd | |
bReadOnly | bool | 0 |
| |
-- KConfig (a0)
-
returns a KConfig instance |
+- TDEConfig (a0)
+
returns a TDEConfig instance |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- checkUpdate (id, updateFile)
@@ -67,11 +67,11 @@
| |
- copyTo (file, config = 0)
-
returns (KConfig) |
+returns (TDEConfig) |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
file | TQString | |
-config | KConfig | 0 |
+config | TDEConfig | 0 |
| |
- entryMap (pGroup)
diff --git a/doc/classref/tdecore/KConfigBackEnd.html b/doc/classref/tdecore/KConfigBackEnd.html
index 3c08989..7c3b40f 100644
--- a/doc/classref/tdecore/KConfigBackEnd.html
+++ b/doc/classref/tdecore/KConfigBackEnd.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigBackEnd
+ class TDEConfigBackEnd
@@ -12,7 +12,7 @@
- class KConfigBackEnd
+ class TDEConfigBackEnd
|
@@ -28,17 +28,17 @@
tdecore |
Class |
- KConfigBackEnd (abstract) |
+ TDEConfigBackEnd (abstract) |
Inherits |
|
methods
-- KConfigBackEnd (_config, _fileName, _resType, _useKDEGlobals)
-
returns a KConfigBackEnd instance |
+- TDEConfigBackEnd (_config, _fileName, _resType, _useKDEGlobals)
+
returns a TDEConfigBackEnd instance |
Argument | Type | Default |
-_config | KConfigBase | |
+_config | TDEConfigBase | |
_fileName | TQString | |
_resType | char | |
_useKDEGlobals | bool | |
@@ -66,7 +66,7 @@
- getConfigState ()
-
returns (KConfigBase.ConfigState) |
+returns (TDEConfigBase.ConfigState) |
| |
- lockFile (bGlobal = 0)
returns (KLockFile.Ptr) |
diff --git a/doc/classref/tdecore/KConfigBase.html b/doc/classref/tdecore/KConfigBase.html
index badb98f..f063b1c 100644
--- a/doc/classref/tdecore/KConfigBase.html
+++ b/doc/classref/tdecore/KConfigBase.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigBase
+ class TDEConfigBase
@@ -12,7 +12,7 @@
- class KConfigBase
+ class TDEConfigBase
|
@@ -28,7 +28,7 @@
tdecore |
Class |
- KConfigBase (abstract) |
+ TDEConfigBase (abstract) |
Inherits |
TQObject |
@@ -38,8 +38,8 @@
- ConfigState = {NoAccess, ReadOnly, ReadWrite
}
methods
-- KConfigBase ()
-
returns a KConfigBase instance |
+- TDEConfigBase ()
+
returns a TDEConfigBase instance |
| |
- checkConfigFilesWritable (warnUser)
returns (bool) |
diff --git a/doc/classref/tdecore/KConfigDialogManager.html b/doc/classref/tdecore/KConfigDialogManager.html
index 8a9cbb4..8f44efd 100644
--- a/doc/classref/tdecore/KConfigDialogManager.html
+++ b/doc/classref/tdecore/KConfigDialogManager.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigDialogManager
+ class TDEConfigDialogManager
@@ -12,7 +12,7 @@
- class KConfigDialogManager
+ class TDEConfigDialogManager
|
@@ -28,19 +28,19 @@
tdecore |
Class |
- KConfigDialogManager |
+ TDEConfigDialogManager |
Inherits |
TQObject |
methods
-- KConfigDialogManager (parent, conf, name = 0)
-
returns a KConfigDialogManager instance |
+- TDEConfigDialogManager (parent, conf, name = 0)
+
returns a TDEConfigDialogManager instance |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
parent | TQWidget | |
-conf | KConfigSkeleton | |
+conf | TDEConfigSkeleton | |
name | char | 0 |
| |
@@ -105,7 +105,7 @@
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
widget | TQWidget | |
-item | KConfigSkeletonItem | |
+item | TDEConfigSkeletonItem | |
| |
- updateSettings ()
diff --git a/doc/classref/tdecore/KConfigGroup.html b/doc/classref/tdecore/KConfigGroup.html
index 63eb2f1..07dbcbf 100644
--- a/doc/classref/tdecore/KConfigGroup.html
+++ b/doc/classref/tdecore/KConfigGroup.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigGroup
+ class TDEConfigGroup
@@ -12,7 +12,7 @@
- class KConfigGroup
+ class TDEConfigGroup
|
@@ -28,31 +28,31 @@
tdecore |
Class |
- KConfigGroup |
+ TDEConfigGroup |
Inherits |
- KConfigBase |
+ TDEConfigBase |
methods
-- KConfigGroup (master, group)
-
returns a KConfigGroup instance |
+- TDEConfigGroup (master, group)
+
returns a TDEConfigGroup instance |
Argument | Type | Default |
-master | KConfigBase | |
+master | TDEConfigBase | |
group | TQCString | |
| |
-- KConfigGroup (master, group)
-
returns a KConfigGroup instance |
+- TDEConfigGroup (master, group)
+
returns a TDEConfigGroup instance |
Argument | Type | Default |
-master | KConfigBase | |
+master | TDEConfigBase | |
group | TQString | |
| |
-- KConfigGroup (master, group)
-
returns a KConfigGroup instance |
+- TDEConfigGroup (master, group)
+
returns a TDEConfigGroup instance |
Argument | Type | Default |
-master | KConfigBase | |
+master | TDEConfigBase | |
group | char | |
| |
diff --git a/doc/classref/tdecore/KConfigGroupSaver.html b/doc/classref/tdecore/KConfigGroupSaver.html
index 466dd49..90abc2c 100644
--- a/doc/classref/tdecore/KConfigGroupSaver.html
+++ b/doc/classref/tdecore/KConfigGroupSaver.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigGroupSaver
+ class TDEConfigGroupSaver
@@ -12,7 +12,7 @@
- class KConfigGroupSaver
+ class TDEConfigGroupSaver
|
@@ -28,42 +28,42 @@
tdecore |
Class |
- KConfigGroupSaver |
+ TDEConfigGroupSaver |
Inherits |
|
methods
-- KConfigGroupSaver (config, group)
-
returns a KConfigGroupSaver instance |
+- TDEConfigGroupSaver (config, group)
+
returns a TDEConfigGroupSaver instance |
Argument | Type | Default |
-config | KConfigBase | |
+config | TDEConfigBase | |
group | TQString | |
| |
-- KConfigGroupSaver (config, group)
-
returns a KConfigGroupSaver instance |
+- TDEConfigGroupSaver (config, group)
+
returns a TDEConfigGroupSaver instance |
Argument | Type | Default |
-config | KConfigBase | |
+config | TDEConfigBase | |
group | char | |
| |
-- KConfigGroupSaver (config, group)
-
returns a KConfigGroupSaver instance |
+- TDEConfigGroupSaver (config, group)
+
returns a TDEConfigGroupSaver instance |
Argument | Type | Default |
-config | KConfigBase | |
+config | TDEConfigBase | |
group | TQCString | |
| |
-- KConfigGroupSaver (a0)
-
returns a KConfigGroupSaver instance |
+- TDEConfigGroupSaver (a0)
+
returns a TDEConfigGroupSaver instance |
Argument | Type | Default |
-a0 | KConfigGroupSaver | |
+a0 | TDEConfigGroupSaver | |
| |
- config ()
-
returns (KConfigBase) |
+
diff --git a/doc/classref/tdecore/KConfigINIBackEnd.html b/doc/classref/tdecore/KConfigINIBackEnd.html
index a9634ef..bf6db83 100644
--- a/doc/classref/tdecore/KConfigINIBackEnd.html
+++ b/doc/classref/tdecore/KConfigINIBackEnd.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigINIBackEnd
+ class TDEConfigINIBackEnd
@@ -12,7 +12,7 @@
- class KConfigINIBackEnd
+ class TDEConfigINIBackEnd
|
@@ -28,17 +28,17 @@
tdecore |
Class |
- KConfigINIBackEnd |
+ TDEConfigINIBackEnd |
Inherits |
- KConfigBackEnd |
+ TDEConfigBackEnd |
methods
-- KConfigINIBackEnd (_config, _fileName, _resType, _useKDEGlobals = 1)
-
returns a KConfigINIBackEnd instance |
+- TDEConfigINIBackEnd (_config, _fileName, _resType, _useKDEGlobals = 1)
+
returns a TDEConfigINIBackEnd instance |
Argument | Type | Default |
-_config | KConfigBase | |
+_config | TDEConfigBase | |
_fileName | TQString | |
_resType | char | |
_useKDEGlobals | bool | 1 |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemBool.html b/doc/classref/tdecore/KConfigSkeleton.ItemBool.html
index 81f7223..de73b79 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemBool.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemBool.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemBool
+ class TDEConfigSkeleton.ItemBool
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemBool
+ class TDEConfigSkeleton.ItemBool
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemBool |
+ TDEConfigSkeleton.ItemBool |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -53,7 +53,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -87,7 +87,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemColor.html b/doc/classref/tdecore/KConfigSkeleton.ItemColor.html
index 0df015d..227ab16 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemColor.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemColor.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemColor
+ class TDEConfigSkeleton.ItemColor
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemColor
+ class TDEConfigSkeleton.ItemColor
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemColor |
+ TDEConfigSkeleton.ItemColor |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -53,7 +53,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -93,7 +93,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemDateTime.html b/doc/classref/tdecore/KConfigSkeleton.ItemDateTime.html
index 1443e69..6b8291c 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemDateTime.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemDateTime.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemDateTime
+ class TDEConfigSkeleton.ItemDateTime
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemDateTime
+ class TDEConfigSkeleton.ItemDateTime
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemDateTime |
+ TDEConfigSkeleton.ItemDateTime |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -53,7 +53,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -93,7 +93,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemDouble.html b/doc/classref/tdecore/KConfigSkeleton.ItemDouble.html
index 6c960de..c6bf3bb 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemDouble.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemDouble.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemDouble
+ class TDEConfigSkeleton.ItemDouble
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemDouble
+ class TDEConfigSkeleton.ItemDouble
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemDouble |
+ TDEConfigSkeleton.ItemDouble |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -61,7 +61,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -109,7 +109,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemEnum.Choice.html b/doc/classref/tdecore/KConfigSkeleton.ItemEnum.Choice.html
index 0698ca3..c6468b0 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemEnum.Choice.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemEnum.Choice.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemEnum.Choice
+ class TDEConfigSkeleton.ItemEnum.Choice
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemEnum.Choice
+ class TDEConfigSkeleton.ItemEnum.Choice
|
@@ -28,7 +28,7 @@
tdecore |
Class |
- KConfigSkeleton.ItemEnum.Choice |
+ TDEConfigSkeleton.ItemEnum.Choice |
Inherits |
|
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemEnum.html b/doc/classref/tdecore/KConfigSkeleton.ItemEnum.html
index 54ce55e..4ff93de 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemEnum.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemEnum.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemEnum
+ class TDEConfigSkeleton.ItemEnum
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemEnum
+ class TDEConfigSkeleton.ItemEnum
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemEnum |
+ TDEConfigSkeleton.ItemEnum |
Inherits |
- KConfigSkeleton.ItemInt |
+ TDEConfigSkeleton.ItemInt |
methods
@@ -42,19 +42,19 @@
group | TQString | |
key | TQString | |
reference | int | |
-choices | TQValueList | |
+choices | TQValueList | |
defaultValue | int | 1 |
|
|
- choices ()
-
returns (TQValueList) |
+returns (TQValueList) |
In versions KDE 3.2.0 and above only |
| |
- readConfig (config)
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-config | KConfig | |
+config | TDEConfig | |
| |
- setDefault ()
@@ -81,7 +81,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-config | KConfig | |
+config | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemFont.html b/doc/classref/tdecore/KConfigSkeleton.ItemFont.html
index 080378d..1b3388f 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemFont.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemFont.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemFont
+ class TDEConfigSkeleton.ItemFont
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemFont
+ class TDEConfigSkeleton.ItemFont
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemFont |
+ TDEConfigSkeleton.ItemFont |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -53,7 +53,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -93,7 +93,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemInt.html b/doc/classref/tdecore/KConfigSkeleton.ItemInt.html
index 460256e..7037e42 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemInt.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemInt.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemInt
+ class TDEConfigSkeleton.ItemInt
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemInt
+ class TDEConfigSkeleton.ItemInt
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemInt |
+ TDEConfigSkeleton.ItemInt |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -61,7 +61,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -109,7 +109,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemInt64.html b/doc/classref/tdecore/KConfigSkeleton.ItemInt64.html
index 96f20c1..c49c6d2 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemInt64.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemInt64.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemInt64
+ class TDEConfigSkeleton.ItemInt64
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemInt64
+ class TDEConfigSkeleton.ItemInt64
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemInt64 |
+ TDEConfigSkeleton.ItemInt64 |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -61,7 +61,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -115,7 +115,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemIntList.html b/doc/classref/tdecore/KConfigSkeleton.ItemIntList.html
index 6373e8c..966accb 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemIntList.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemIntList.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemIntList
+ class TDEConfigSkeleton.ItemIntList
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemIntList
+ class TDEConfigSkeleton.ItemIntList
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemIntList |
+ TDEConfigSkeleton.ItemIntList |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -53,7 +53,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -93,7 +93,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemLong.html b/doc/classref/tdecore/KConfigSkeleton.ItemLong.html
index 97eee96..f4a288c 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemLong.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemLong.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemLong
+ class TDEConfigSkeleton.ItemLong
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemLong
+ class TDEConfigSkeleton.ItemLong
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemLong |
+ TDEConfigSkeleton.ItemLong |
Inherits |
- KConfigSkeletonItem |
+ TDEConfigSkeletonItem |
methods
@@ -61,7 +61,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
- setDefault ()
@@ -109,7 +109,7 @@
returns nothing |
In versions KDE 3.2.0 and above only |
Argument | Type | Default |
-a0 | KConfig | |
+a0 | TDEConfig | |
| |
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemPassword.html b/doc/classref/tdecore/KConfigSkeleton.ItemPassword.html
index 6e39f09..0c96e47 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemPassword.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemPassword.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemPassword
+ class TDEConfigSkeleton.ItemPassword
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemPassword
+ class TDEConfigSkeleton.ItemPassword
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemPassword |
+ TDEConfigSkeleton.ItemPassword |
Inherits |
- KConfigSkeleton.ItemString |
+ TDEConfigSkeleton.ItemString |
methods
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemPath.html b/doc/classref/tdecore/KConfigSkeleton.ItemPath.html
index 21958af..090f413 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemPath.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemPath.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemPath
+ class TDEConfigSkeleton.ItemPath
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemPath
+ class TDEConfigSkeleton.ItemPath
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemPath |
+ TDEConfigSkeleton.ItemPath |
Inherits |
- KConfigSkeleton.ItemString |
+ TDEConfigSkeleton.ItemString |
methods
diff --git a/doc/classref/tdecore/KConfigSkeleton.ItemPathList.html b/doc/classref/tdecore/KConfigSkeleton.ItemPathList.html
index 3f1d97e..42eb3c9 100644
--- a/doc/classref/tdecore/KConfigSkeleton.ItemPathList.html
+++ b/doc/classref/tdecore/KConfigSkeleton.ItemPathList.html
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd"">
- class KConfigSkeleton.ItemPathList
+ class TDEConfigSkeleton.ItemPathList
@@ -12,7 +12,7 @@
- class KConfigSkeleton.ItemPathList
+ class TDEConfigSkeleton.ItemPathList
|
@@ -28,10 +28,10 @@
tdecore |
Class |
- KConfigSkeleton.ItemPathList |
+ TDEConfigSkeleton.ItemPathList |
Inherits |
- KConfigSkeleton.ItemStringList |
+ TDEConfigSkeleton.ItemStringList |
methods |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|