summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/devicepropsdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-08 16:16:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-08 16:16:48 -0500
commit0f026179d0e57a469f88b1b242312d6e75e4961d (patch)
tree653098627cb0cb6191806bf380211abff30f5893 /kcontrol/hwmanager/devicepropsdlg.h
parent18d991680d3a5155bb558e667916f76947d7e15a (diff)
downloadtdebase-0f026179d0e57a469f88b1b242312d6e75e4961d.tar.gz
tdebase-0f026179d0e57a469f88b1b242312d6e75e4961d.zip
Add filtering support to device manager
Add detailed CPU tab to device manager
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.h')
-rw-r--r--kcontrol/hwmanager/devicepropsdlg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.h b/kcontrol/hwmanager/devicepropsdlg.h
index d6ef07b03..870e57240 100644
--- a/kcontrol/hwmanager/devicepropsdlg.h
+++ b/kcontrol/hwmanager/devicepropsdlg.h
@@ -47,6 +47,11 @@ public:
protected:
virtual void virtual_hook( int id, void* data );
+private slots:
+ void processHardwareRemoved(TDEGenericDevice*);
+ void processHardwareUpdated(TDEGenericDevice*);
+ void populateDeviceInformation();
+
private:
TDEGenericDevice* m_device;
DevicePropertiesDialogBase* base;