summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/schema.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/schema.h')
-rw-r--r--konsole/konsole/schema.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/konsole/konsole/schema.h b/konsole/konsole/schema.h
index fa9f32412..618683c17 100644
--- a/konsole/konsole/schema.h
+++ b/konsole/konsole/schema.h
@@ -56,7 +56,7 @@
#endif
class TQDateTime;
-class KConfig;
+class TDEConfig;
class ColorSchema
{
@@ -76,7 +76,7 @@ public:
* because that reads the hackneyed schema file syntax and
* this is a KDE config file)
*/
- ColorSchema(KConfig&);
+ ColorSchema(TDEConfig&);
/**
* Constructor for the default schema (with no path).
@@ -136,13 +136,13 @@ protected:
* Write a single ColorEntry to the config file
* under the given name (ie. in the group name).
*/
- void writeConfigColor(KConfig& c,
+ void writeConfigColor(TDEConfig& c,
const TQString& name,
const ColorEntry& e) const;
/**
* Read a single ColorEntry from the config file.
*/
- void readConfigColor(KConfig& c,
+ void readConfigColor(TDEConfig& c,
const TQString& name,
ColorEntry& e) ;