summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/devicepropsdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-06 19:27:38 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-06 19:27:38 -0500
commit5f27e3ead5c7d78075ff7fdcfa7a17c1403c826b (patch)
tree083077ee859d91880aafaefddf1ed8b5e26269fd /kcontrol/hwmanager/devicepropsdlg.h
parent520b27baef7cd2e3a8b7b757564a9b78cd61e506 (diff)
downloadtdebase-5f27e3ead5c7d78075ff7fdcfa7a17c1403c826b.tar.gz
tdebase-5f27e3ead5c7d78075ff7fdcfa7a17c1403c826b.zip
Enhance device manager module
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;