summaryrefslogtreecommitdiffstats
path: root/languages/php/phpcodecompletion.h
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 /languages/php/phpcodecompletion.h
parentfd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff)
downloadtdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz
tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'languages/php/phpcodecompletion.h')
-rw-r--r--languages/php/phpcodecompletion.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/languages/php/phpcodecompletion.h b/languages/php/phpcodecompletion.h
index f922b09b..0874430e 100644
--- a/languages/php/phpcodecompletion.h
+++ b/languages/php/phpcodecompletion.h
@@ -25,15 +25,15 @@
#include <tqobject.h>
#include <kregexp.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kdevmainwindow.h>
#include <kstatusbar.h>
-#include <ktexteditor/editinterface.h>
-#include <ktexteditor/viewcursorinterface.h>
-#include <ktexteditor/codecompletioninterface.h>
-#include <ktexteditor/selectioninterface.h>
+#include <tdetexteditor/editinterface.h>
+#include <tdetexteditor/viewcursorinterface.h>
+#include <tdetexteditor/codecompletioninterface.h>
+#include <tdetexteditor/selectioninterface.h>
class KDevCore;