summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwdevicetray.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-11-23 09:53:38 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-11-23 09:53:38 +0800
commitc71797083b01e82abc7ad1ff2d80a89f974cbccb (patch)
treed96e4197ca7919c5311b25a6206ed90f73eddd4b /kcontrol/hwmanager/hwdevicetray.h
parent56e992ab54d3c2c9460f4c3515dad138674dd993 (diff)
downloadtdebase-c71797083b01e82abc7ad1ff2d80a89f974cbccb.tar.gz
tdebase-c71797083b01e82abc7ad1ff2d80a89f974cbccb.zip
tdehwdevicetray: added separate entries for 'Open' and 'Mount' actions.
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 d207b430c..c5542fc11 100644
--- a/kcontrol/hwmanager/hwdevicetray.h
+++ b/kcontrol/hwmanager/hwdevicetray.h
@@ -58,6 +58,7 @@ protected slots:
void slotSettingsChanged(int category);
void slotHelpContents();
+ void slotOpenDevice(int parameter);
void slotMountDevice(int parameter);
void slotUnmountDevice(int parameter);
void slotUnlockDevice(int parameter);
@@ -90,6 +91,7 @@ private:
TQWidget* m_parent;
TDEPassivePopupStackContainer* m_hardwareNotifierContainer;
+ TQStringMap m_openMenuIndexMap;
TQStringMap m_mountMenuIndexMap;
TQStringMap m_unmountMenuIndexMap;
TQStringMap m_unlockMenuIndexMap;