summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksgrd/StyleEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/ksgrd/StyleEngine.h')
-rw-r--r--ksysguard/gui/ksgrd/StyleEngine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksysguard/gui/ksgrd/StyleEngine.h b/ksysguard/gui/ksgrd/StyleEngine.h
index 4263a85c8..50ec06e0b 100644
--- a/ksysguard/gui/ksgrd/StyleEngine.h
+++ b/ksysguard/gui/ksgrd/StyleEngine.h
@@ -30,7 +30,7 @@
#include <kdemacros.h>
-class KConfig;
+class TDEConfig;
class TQListBoxItem;
@@ -46,8 +46,8 @@ class KDE_EXPORT StyleEngine : public QObject
StyleEngine();
~StyleEngine();
- void readProperties( KConfig* );
- void saveProperties( KConfig* );
+ void readProperties( TDEConfig* );
+ void saveProperties( TDEConfig* );
const TQColor& firstForegroundColor() const;
const TQColor& secondForegroundColor() const;