summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwdevicetray.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-03-11 21:49:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-03-11 21:49:33 +0900
commit9d96714f59cd9143180e7b7c29d90a4e3a0838d6 (patch)
tree26712567db4768c69268526d9d25a7c2baa3abc9 /kcontrol/hwmanager/hwdevicetray.h
parent2ffa44200eba513d4e3332917511b40250b416a7 (diff)
downloadtdebase-9d96714f59cd9143180e7b7c29d90a4e3a0838d6.tar.gz
tdebase-9d96714f59cd9143180e7b7c29d90a4e3a0838d6.zip
hwmanager: tdehwdevicetray now uses the same names used in Konqueror and KDesktop for the storage drives.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray.h')
-rw-r--r--kcontrol/hwmanager/hwdevicetray.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray.h b/kcontrol/hwmanager/hwdevicetray.h
index f7056d992..74d68b95d 100644
--- a/kcontrol/hwmanager/hwdevicetray.h
+++ b/kcontrol/hwmanager/hwdevicetray.h
@@ -65,10 +65,11 @@ protected:
void showEvent(TQShowEvent *);
static bool isMonitoredDevice(TDEStorageDevice *sdevice);
+ static TQString getDeviceLabel(TDEStorageDevice *sdevice);
- void AddDeviceToLMBMenu(TDEStorageDevice *sdevice, const int type, TDEActionMenu *actionMenu,
+ void addDeviceToLMBMenu(TDEStorageDevice *sdevice, const int type, TDEActionMenu *actionMenu,
int &actionMenuIdx);
- void AddDeviceToRMBMenu(TDEStorageDevice *sdevice, const int type, int &actionMenuIdx);
+ void addDeviceToRMBMenu(TDEStorageDevice *sdevice, const int type, int &actionMenuIdx);
HwDeviceSystemTrayPrivate *d;
};