From 62583793601489c5aa14b57d0d12628436c20923 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 5 Apr 2022 09:15:43 +0900 Subject: tdehwdevicetray: add 'safe remove' to the list of available actions. Signed-off-by: Michele Calgaro --- kcontrol/hwmanager/hwdevicetray.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kcontrol/hwmanager/hwdevicetray.h') 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; -- cgit v1.2.1