summaryrefslogtreecommitdiffstats
path: root/src/partcontroller.cpp
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 /src/partcontroller.cpp
parente36b30d13d1f89100fae656adfde2b52234d12b6 (diff)
downloadtdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.tar.gz
tdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/partcontroller.cpp')
-rw-r--r--src/partcontroller.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/partcontroller.cpp b/src/partcontroller.cpp
index db615763..c3f366ab 100644
--- a/src/partcontroller.cpp
+++ b/src/partcontroller.cpp
@@ -24,16 +24,16 @@
#include <tdeparts/partmanager.h>
#include <tdeparts/browserextension.h>
#include <tdefiledialog.h>
-#include <kmainwindow.h>
-#include <kaction.h>
+#include <tdemainwindow.h>
+#include <tdeaction.h>
#include <kmessagebox.h>
#include <kstatusbar.h>
#include <tdehtml_part.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <tdeio/netaccess.h>
#include <kdialogbase.h>
#include <klineedit.h>
-#include <kshortcut.h>
+#include <tdeshortcut.h>
#include <kcompletion.h>
#include <kdirwatch.h>
#include <tdeversion.h>