summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwdevicetray.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-04-05 09:15:43 +0900
committerMichele Calgaro <[email protected]>2022-04-05 09:15:43 +0900
commit62583793601489c5aa14b57d0d12628436c20923 (patch)
tree363755fc29f9612872f6c0f23ffef4ac8b270a5e /kcontrol/hwmanager/hwdevicetray.h
parent58d7c360547e57857982fafd72b8a2086906c7d7 (diff)
downloadtdebase-62583793601489c5aa14b57d0d12628436c20923.tar.gz
tdebase-62583793601489c5aa14b57d0d12628436c20923.zip
tdehwdevicetray: add 'safe remove' to the list of available actions.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray.h')
-rw-r--r--kcontrol/hwmanager/hwdevicetray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray.h b/kcontrol/hwmanager/hwdevicetray.h
index ad7f46ca5..19dca21ef 100644
--- a/kcontrol/hwmanager/hwdevicetray.h
+++ b/kcontrol/hwmanager/hwdevicetray.h
@@ -61,6 +61,7 @@ protected slots:
void slotUnlockDevice(int parameter);
void slotLockDevice(int parameter);
void slotEjectDevice(int parameter);
+ void slotSafeRemoveDevice(int parameter);
void slotPropertiesDevice(int parameter);
protected:
@@ -95,6 +96,7 @@ private:
TQStringMap m_unlockMenuIndexMap;
TQStringMap m_lockMenuIndexMap;
TQStringMap m_ejectMenuIndexMap;
+ TQStringMap m_safeRemoveMenuIndexMap;
TQStringMap m_propertiesMenuIndexMap;
TDEPopupMenu* m_menu;
KSimpleConfig *r_config;