summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwdevicetray.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-11-27 21:17:36 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-11-27 21:17:36 +0800
commit510eea8e7328f8109aab4af5c0ed840b1fca6bbf (patch)
tree44d823519443d4b816083319985b4108205894cb /kcontrol/hwmanager/hwdevicetray.h
parentc71797083b01e82abc7ad1ff2d80a89f974cbccb (diff)
downloadtdebase-510eea8e7328f8109aab4af5c0ed840b1fca6bbf.tar.gz
tdebase-510eea8e7328f8109aab4af5c0ed840b1fca6bbf.zip
tdehwdevicetray: added 'Properties' action to right click menu.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 c5542fc11..4b1e148bd 100644
--- a/kcontrol/hwmanager/hwdevicetray.h
+++ b/kcontrol/hwmanager/hwdevicetray.h
@@ -64,6 +64,7 @@ protected slots:
void slotUnlockDevice(int parameter);
void slotLockDevice(int parameter);
void slotEjectDevice(int parameter);
+ void slotPropertiesDevice(int parameter);
protected:
void mousePressEvent(TQMouseEvent *e);
@@ -97,6 +98,7 @@ private:
TQStringMap m_unlockMenuIndexMap;
TQStringMap m_lockMenuIndexMap;
TQStringMap m_ejectMenuIndexMap;
+ TQStringMap m_propertiesMenuIndexMap;
TDEPopupMenu* m_menu;
KSimpleConfig *r_config;
PasswordDlg *m_passDlg;