summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/devicepropsdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2015-08-25 00:26:06 -0500
committerTimothy Pearson <[email protected]>2015-08-25 00:26:06 -0500
commitae35100db0302f629251d4a8b4f976bea8afbdd3 (patch)
tree3389567302fe263befb40a64ca1bf03711a63ca1 /kcontrol/hwmanager/devicepropsdlg.h
parentda7215ff52c93782a7de962ca5d076e484baed43 (diff)
downloadtdebase-ae35100db0302f629251d4a8b4f976bea8afbdd3.tar.gz
tdebase-ae35100db0302f629251d4a8b4f976bea8afbdd3.zip
Add preliminary cryptographic card support to the TDE hardware device manager
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.h')
-rw-r--r--kcontrol/hwmanager/devicepropsdlg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.h b/kcontrol/hwmanager/devicepropsdlg.h
index bbff43977..0b8553c96 100644
--- a/kcontrol/hwmanager/devicepropsdlg.h
+++ b/kcontrol/hwmanager/devicepropsdlg.h
@@ -191,6 +191,10 @@ private slots:
void mountDisk();
void unmountDisk();
+ void cryptographicCardInserted();
+ void cryptographicCardRemoved();
+ void updateCryptographicCardStatusDisplay();
+
private:
TDEGenericDevice* m_device;
DevicePropertiesDialogBase* base;