diff options
Diffstat (limited to 'kcontrol/hwmanager')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |