summaryrefslogtreecommitdiffstats
path: root/parts/grepview
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 /parts/grepview
parentfd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff)
downloadtdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz
tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'parts/grepview')
-rw-r--r--parts/grepview/grepdlg.cpp2
-rw-r--r--parts/grepview/grepviewpart.cpp2
-rw-r--r--parts/grepview/grepviewwidget.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/parts/grepview/grepdlg.cpp b/parts/grepview/grepdlg.cpp
index bc6948fd..e792b04b 100644
--- a/parts/grepview/grepdlg.cpp
+++ b/parts/grepview/grepdlg.cpp
@@ -33,7 +33,7 @@
#include <kurlcompletion.h>
#include <kurlrequester.h>
#include <kstdguiitem.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <kdevpartcontroller.h>
#include <klineedit.h>
diff --git a/parts/grepview/grepviewpart.cpp b/parts/grepview/grepviewpart.cpp
index 11ffbd77..7b2822ec 100644
--- a/parts/grepview/grepviewpart.cpp
+++ b/parts/grepview/grepviewpart.cpp
@@ -21,7 +21,7 @@
#include <kiconloader.h>
#include <kprocess.h>
#include <kstringhandler.h>
-#include <ktexteditor/document.h>
+#include <tdetexteditor/document.h>
#include "kdevcore.h"
#include "kdevpartcontroller.h"
diff --git a/parts/grepview/grepviewwidget.cpp b/parts/grepview/grepviewwidget.cpp
index 43981f6d..65ddf9e3 100644
--- a/parts/grepview/grepviewwidget.cpp
+++ b/parts/grepview/grepviewwidget.cpp
@@ -17,8 +17,8 @@
#include <kdialogbase.h>
#include <klocale.h>
#include <kprocess.h>
-#include <kparts/part.h>
-#include <ktexteditor/selectioninterface.h>
+#include <tdeparts/part.h>
+#include <tdetexteditor/selectioninterface.h>
#include <kaction.h>
#include <kpopupmenu.h>
#include <ktabwidget.h>