summaryrefslogtreecommitdiffstats
path: root/parts/texttools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:22:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:22:57 -0600
commit5be945600e2d7776e74663f56c2a25a8f57d7891 (patch)
tree9be5ab8203c0769df4dc0f314c45e52fa5ecfd8c /parts/texttools
parente36b30d13d1f89100fae656adfde2b52234d12b6 (diff)
downloadtdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.tar.gz
tdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'parts/texttools')
-rw-r--r--parts/texttools/texttoolswidget.cpp2
-rw-r--r--parts/texttools/texttoolswidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/parts/texttools/texttoolswidget.cpp b/parts/texttools/texttoolswidget.cpp
index 2bc1299a..d1f5def4 100644
--- a/parts/texttools/texttoolswidget.cpp
+++ b/parts/texttools/texttoolswidget.cpp
@@ -17,7 +17,7 @@
#include <kdebug.h>
#include <klocale.h>
#include <tdeparts/part.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <tdetexteditor/viewcursorinterface.h>
#include <tdetexteditor/selectioninterface.h>
#include <tdetexteditor/editinterface.h>
diff --git a/parts/texttools/texttoolswidget.h b/parts/texttools/texttoolswidget.h
index 2e3c274a..50d2e895 100644
--- a/parts/texttools/texttoolswidget.h
+++ b/parts/texttools/texttoolswidget.h
@@ -12,7 +12,7 @@
#ifndef _TEXTTOOLSWIDGET_H_
#define _TEXTTOOLSWIDGET_H_
-#include <klistview.h>
+#include <tdelistview.h>
#include <tqstringlist.h>
class TextToolsPart;