From 969a048cd6ee684dce8f71c79cf529c1b349e482 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 26 Aug 2019 23:17:34 +0900 Subject: Fixed tdehwdevicetray autostart enable/disable functionality. This resolves bug 2877. Signed-off-by: Michele Calgaro --- kcontrol/hwmanager/hwdevicetray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/hwmanager/hwdevicetray.cpp') diff --git a/kcontrol/hwmanager/hwdevicetray.cpp b/kcontrol/hwmanager/hwdevicetray.cpp index fbc330ddf..bc9b6fbf4 100644 --- a/kcontrol/hwmanager/hwdevicetray.cpp +++ b/kcontrol/hwmanager/hwdevicetray.cpp @@ -96,7 +96,7 @@ HwDeviceSystemTray::~HwDeviceSystemTray() { * result is written to the KDE configfile. */ void HwDeviceSystemTray::_quit () { - r_config = new KSimpleConfig("hwdevicetrayrc"); + r_config = new KSimpleConfig("tdehwdevicetrayrc"); TQString tmp1 = i18n ("Start hardware device tray automatically when you log in?"); int tmp2 = KMessageBox::questionYesNo (0, tmp1, i18n("Question"), i18n("Start Automatically"), i18n("Do Not Start")); -- cgit v1.2.1