From 9d96714f59cd9143180e7b7c29d90a4e3a0838d6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 11 Mar 2023 21:49:33 +0900 Subject: hwmanager: tdehwdevicetray now uses the same names used in Konqueror and KDesktop for the storage drives. Signed-off-by: Michele Calgaro --- kcontrol/hwmanager/hwdevicetray.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kcontrol/hwmanager/hwdevicetray.h') 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; }; -- cgit v1.2.3