summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/devicepropsdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-06 19:15:49 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-06 19:15:49 -0500
commit9556cd9e6908d6906717a89fff12b046beaeb7fd (patch)
treec27d61d4c6dab7f8ba932665384cf8a3e74a4617 /kcontrol/hwmanager/devicepropsdlg.h
parente89d9e5e16bf98525b26104218448bcd8e91bdc2 (diff)
downloadtdebase-9556cd9e6908d6906717a89fff12b046beaeb7fd.tar.gz
tdebase-9556cd9e6908d6906717a89fff12b046beaeb7fd.zip
Add LUKS key management to tdehwmanager
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.h')
-rw-r--r--kcontrol/hwmanager/devicepropsdlg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.h b/kcontrol/hwmanager/devicepropsdlg.h
index 0b8553c96..e958d39ba 100644
--- a/kcontrol/hwmanager/devicepropsdlg.h
+++ b/kcontrol/hwmanager/devicepropsdlg.h
@@ -191,10 +191,16 @@ private slots:
void mountDisk();
void unmountDisk();
+ void cryptLUKSAddKey();
+ void cryptLUKSDelKey();
+ void cryptLUKSPopulateList();
+
void cryptographicCardInserted();
void cryptographicCardRemoved();
void updateCryptographicCardStatusDisplay();
+ void processLockouts();
+
private:
TDEGenericDevice* m_device;
DevicePropertiesDialogBase* base;