summaryrefslogtreecommitdiffstats
path: root/src/kcm/configdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kcm/configdialog.cpp')
-rw-r--r--src/kcm/configdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcm/configdialog.cpp b/src/kcm/configdialog.cpp
index 8da950f..25ab899 100644
--- a/src/kcm/configdialog.cpp
+++ b/src/kcm/configdialog.cpp
@@ -431,7 +431,7 @@ void ConfigDialog::save()
{
// This call will implicitly start KNemo if it is not yet running.
kapp->dcopClient()->send( "kded", "knemod", "reparseConfiguration()", TQString("") );
- desktop->writeEntry( "X-KDE-Kded-autoload", true );
+ desktop->writeEntry( "X-TDE-Kded-autoload", true );
}
else
{
@@ -439,7 +439,7 @@ void ConfigDialog::save()
TQDataStream arg(data, IO_WriteOnly);
arg << "knemod";
kapp->dcopClient()->send("kded", "kded", "unloadModule(TQCString)", data);
- desktop->deleteEntry( "X-KDE-Kded-autoload" );
+ desktop->deleteEntry( "X-TDE-Kded-autoload" );
}
desktop->sync();
delete desktop;