diff options
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray.h')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray.h b/kcontrol/hwmanager/hwdevicetray.h index 19dca21ef..c0465f2bf 100644 --- a/kcontrol/hwmanager/hwdevicetray.h +++ b/kcontrol/hwmanager/hwdevicetray.h @@ -78,7 +78,7 @@ private slots: void doDiskNotifications(bool scanOnly); private: - bool isMonitoredDevice(TDEStorageDevice* sdevice); + static bool isMonitoredDevice(TDEStorageDevice *sdevice); private: void populateMenu(TDEPopupMenu* menu); |