diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-08 16:16:48 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-08 16:16:48 -0500 |
commit | 0f026179d0e57a469f88b1b242312d6e75e4961d (patch) | |
tree | 653098627cb0cb6191806bf380211abff30f5893 /kcontrol/hwmanager/devicepropsdlg.h | |
parent | 18d991680d3a5155bb558e667916f76947d7e15a (diff) | |
download | tdebase-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.h | 5 |
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; |