summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_extensionmanager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/konq_extensionmanager.cc')
-rw-r--r--konqueror/konq_extensionmanager.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/konq_extensionmanager.cc b/konqueror/konq_extensionmanager.cc
index ef53fd684..120f36e4e 100644
--- a/konqueror/konq_extensionmanager.cc
+++ b/konqueror/konq_extensionmanager.cc
@@ -20,8 +20,8 @@
#include <kconfig.h>
#include <kdebug.h>
#include <klocale.h>
-#include <kparts/componentfactory.h>
-#include <kparts/plugin.h>
+#include <tdeparts/componentfactory.h>
+#include <tdeparts/plugin.h>
#include <kplugininfo.h>
#include <kpluginselector.h>
#include <ksettings/dispatcher.h>
@@ -60,7 +60,7 @@ KonqExtensionManager::KonqExtensionManager(TQWidget *parent, KonqMainWindow *mai
d->activePart = activePart;
// There's a limitation of KPluginSelector here... It assumes that all plugins in a given widget (as created by addPlugins)
- // have their config in the same TDEConfig[Group]. So we can't show konqueror extensions and khtml extensions in the same tab.
+ // have their config in the same TDEConfig[Group]. So we can't show konqueror extensions and tdehtml extensions in the same tab.
d->pluginSelector->addPlugins("konqueror", i18n("Extensions"), "Extensions", TDEGlobal::config());
if ( activePart ) {
TDEInstance* instance = activePart->instance();