diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:40 -0600 |
commit | 82072ef281de2d5948a42fb69ae800d47e0800be (patch) | |
tree | be82dd63affaf693c5e0857c997fa9589d344cc2 /kommander/editor/assoctexteditorimpl.cpp | |
parent | 93ec82602aa008218cc1ee075ff13d65b3a317ea (diff) | |
download | tdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.tar.gz tdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kommander/editor/assoctexteditorimpl.cpp')
-rw-r--r-- | kommander/editor/assoctexteditorimpl.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kommander/editor/assoctexteditorimpl.cpp b/kommander/editor/assoctexteditorimpl.cpp index 334fa177..4cbaeb08 100644 --- a/kommander/editor/assoctexteditorimpl.cpp +++ b/kommander/editor/assoctexteditorimpl.cpp @@ -28,15 +28,15 @@ #include <kactioncollection.h> #include <kdebug.h> -#include <ktexteditor/view.h> -#include <ktexteditor/editorchooser.h> -#include <ktexteditor/editinterface.h> -#include <ktexteditor/viewcursorinterface.h> -#include <ktexteditor/highlightinginterface.h> -#include <ktexteditor/popupmenuinterface.h> -#include <ktexteditor/undointerface.h> - -#include <kparts/partmanager.h> +#include <tdetexteditor/view.h> +#include <tdetexteditor/editorchooser.h> +#include <tdetexteditor/editinterface.h> +#include <tdetexteditor/viewcursorinterface.h> +#include <tdetexteditor/highlightinginterface.h> +#include <tdetexteditor/popupmenuinterface.h> +#include <tdetexteditor/undointerface.h> + +#include <tdeparts/partmanager.h> /* QT INCLUDES */ #include <tqstringlist.h> |