summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwdevicetray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray.cpp')
-rw-r--r--kcontrol/hwmanager/hwdevicetray.cpp2
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"));