summaryrefslogtreecommitdiffstats
path: root/quanta/project
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project')
-rw-r--r--quanta/project/project.cpp6
-rw-r--r--quanta/project/projectprivate.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/quanta/project/project.cpp b/quanta/project/project.cpp
index 3e29c099..6d5593d8 100644
--- a/quanta/project/project.cpp
+++ b/quanta/project/project.cpp
@@ -36,14 +36,14 @@
#include <klocale.h>
#include <kmainwindow.h>
#include <kmessagebox.h>
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
#include <kprogress.h>
#include <kstringhandler.h>
#include <kurlrequester.h>
#include <kurlrequesterdlg.h>
-#include <ktexteditor/markinterface.h>
-#include <ktexteditor/viewcursorinterface.h>
+#include <tdetexteditor/markinterface.h>
+#include <tdetexteditor/viewcursorinterface.h>
// application headers
#include "copyto.h"
diff --git a/quanta/project/projectprivate.cpp b/quanta/project/projectprivate.cpp
index 096ef83f..c488acc0 100644
--- a/quanta/project/projectprivate.cpp
+++ b/quanta/project/projectprivate.cpp
@@ -39,7 +39,7 @@
#include <klocale.h>
#include <kmainwindow.h>
#include <kmessagebox.h>
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
#include <kprogress.h>
#include <kstandarddirs.h>
#include <ktempfile.h>