summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/hwmanager/hwmanager.h')
-rw-r--r--kcontrol/hwmanager/hwmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/hwmanager/hwmanager.h b/kcontrol/hwmanager/hwmanager.h
index 1847f4f33..7e395d0a3 100644
--- a/kcontrol/hwmanager/hwmanager.h
+++ b/kcontrol/hwmanager/hwmanager.h
@@ -34,11 +34,11 @@
#include "devicepropsdlg.h"
#include "deviceiconview.h"
-class KConfig;
+class TDEConfig;
class KPopupMenu;
class KListViewItem;
-class TDEHWManager : public KCModule, public DCOPObject
+class TDEHWManager : public TDECModule, public DCOPObject
{
K_DCOP
Q_OBJECT
@@ -65,7 +65,7 @@ private slots:
private:
TDEHWManagerBase *base;
- KConfig *config;
+ TDEConfig *config;
};
#endif