summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/devicepropsdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.h')
-rw-r--r--kcontrol/hwmanager/devicepropsdlg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.h b/kcontrol/hwmanager/devicepropsdlg.h
index 30c69b1a7..d6ef07b03 100644
--- a/kcontrol/hwmanager/devicepropsdlg.h
+++ b/kcontrol/hwmanager/devicepropsdlg.h
@@ -19,12 +19,12 @@
#ifndef __devicepropsdlg_h__
#define __devicepropsdlg_h__
-// #include <tqt.h>
-
#include <kdialogbase.h>
#include <tdehardwaredevices.h>
+#include "devicepropsdlgbase.h"
+
/**
*
* Dialog to view and edit hardware device properties
@@ -49,6 +49,7 @@ protected:
private:
TDEGenericDevice* m_device;
+ DevicePropertiesDialogBase* base;
class DevicePropertiesDialogPrivate;
DevicePropertiesDialogPrivate* d;