summaryrefslogtreecommitdiffstats
path: root/src/projectsession.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:13 -0600
commit2fb700f92bb787fab0845a63a541cd5640daa449 (patch)
treec6f769db55585dd47a9fd415a40ee8b86926f683 /src/projectsession.cpp
parentfd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff)
downloadtdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz
tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/projectsession.cpp')
-rw-r--r--src/projectsession.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/projectsession.cpp b/src/projectsession.cpp
index 84626536..0448521c 100644
--- a/src/projectsession.cpp
+++ b/src/projectsession.cpp
@@ -20,14 +20,14 @@
#include <tqfile.h>
#include <tqtimer.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kurl.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <kinstance.h>
-#include <ktexteditor/viewcursorinterface.h>
-#include <ktexteditor/document.h>
-#include <ktexteditor/encodinginterface.h>
+#include <tdetexteditor/viewcursorinterface.h>
+#include <tdetexteditor/document.h>
+#include <tdetexteditor/encodinginterface.h>
#include "api.h"
#include "partcontroller.h"