summaryrefslogtreecommitdiffstats
path: root/src/partcontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/partcontroller.cpp')
-rw-r--r--src/partcontroller.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/partcontroller.cpp b/src/partcontroller.cpp
index 0bd2e404..ab13eff5 100644
--- a/src/partcontroller.cpp
+++ b/src/partcontroller.cpp
@@ -19,16 +19,16 @@
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
-#include <kparts/part.h>
-#include <kparts/factory.h>
-#include <kparts/partmanager.h>
-#include <kparts/browserextension.h>
+#include <tdeparts/part.h>
+#include <tdeparts/factory.h>
+#include <tdeparts/partmanager.h>
+#include <tdeparts/browserextension.h>
#include <kfiledialog.h>
#include <kmainwindow.h>
#include <kaction.h>
#include <kmessagebox.h>
#include <kstatusbar.h>
-#include <khtml_part.h>
+#include <tdehtml_part.h>
#include <kpopupmenu.h>
#include <kio/netaccess.h>
#include <kdialogbase.h>
@@ -42,10 +42,10 @@
#include <kencodingfiledialog.h>
#include <ksqueezedtextlabel.h>
-#include <ktexteditor/view.h>
-#include <ktexteditor/document.h>
-#include <ktexteditor/viewcursorinterface.h>
-#include <ktexteditor/encodinginterface.h>
+#include <tdetexteditor/view.h>
+#include <tdetexteditor/document.h>
+#include <tdetexteditor/viewcursorinterface.h>
+#include <tdetexteditor/encodinginterface.h>
#include "toplevel.h"
#include "api.h"