diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-06 19:27:38 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-06 19:27:38 -0500 |
commit | 5f27e3ead5c7d78075ff7fdcfa7a17c1403c826b (patch) | |
tree | 083077ee859d91880aafaefddf1ed8b5e26269fd /kcontrol/hwmanager/devicepropsdlg.h | |
parent | 520b27baef7cd2e3a8b7b757564a9b78cd61e506 (diff) | |
download | tdebase-5f27e3ead5c7d78075ff7fdcfa7a17c1403c826b.tar.gz tdebase-5f27e3ead5c7d78075ff7fdcfa7a17c1403c826b.zip |
Enhance device manager module
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.h')
-rw-r--r-- | kcontrol/hwmanager/devicepropsdlg.h | 5 |
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; |