diff options
Diffstat (limited to 'tdeparts/plugin.cpp')
-rw-r--r-- | tdeparts/plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeparts/plugin.cpp b/tdeparts/plugin.cpp index 5225de500..ba3d6a663 100644 --- a/tdeparts/plugin.cpp +++ b/tdeparts/plugin.cpp @@ -36,7 +36,7 @@ #include <kxmlguifactory.h> #include <tdelocale.h> #include <tdeconfig.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> using namespace KParts; @@ -256,7 +256,7 @@ void Plugin::loadPlugins( TQObject *parent, KXMLGUIClient* parentGUIClient, TDEI if( !desktopfile.isEmpty() ) { //kdDebug(1000) << "loadPlugins found desktop file for " << name << ": " << desktopfile << endl; - KSimpleConfig desktop( desktopfile, true ); + TDESimpleConfig desktop( desktopfile, true ); desktop.setDesktopGroup(); pluginEnabled = desktop.readBoolEntry( "X-TDE-PluginInfo-EnabledByDefault", enableNewPluginsByDefault ); |