summaryrefslogtreecommitdiffstats
path: root/kparts/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kparts/plugin.cpp')
-rw-r--r--kparts/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kparts/plugin.cpp b/kparts/plugin.cpp
index c9b0d2e36..b5c50be2c 100644
--- a/kparts/plugin.cpp
+++ b/kparts/plugin.cpp
@@ -259,7 +259,7 @@ void Plugin::loadPlugins( TQObject *parent, KXMLGUIClient* parentGUIClient, KIns
KSimpleConfig desktop( desktopfile, true );
desktop.setDesktopGroup();
pluginEnabled = desktop.readBoolEntry(
- "X-KDE-PluginInfo-EnabledByDefault", enableNewPluginsByDefault );
+ "X-TDE-PluginInfo-EnabledByDefault", enableNewPluginsByDefault );
}
else
{