diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
commit | 2fb700f92bb787fab0845a63a541cd5640daa449 (patch) | |
tree | c6f769db55585dd47a9fd415a40ee8b86926f683 /languages/php/phperrorview.cpp | |
parent | fd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff) | |
download | tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'languages/php/phperrorview.cpp')
-rw-r--r-- | languages/php/phperrorview.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/languages/php/phperrorview.cpp b/languages/php/phperrorview.cpp index efc63d70..47d869b7 100644 --- a/languages/php/phperrorview.cpp +++ b/languages/php/phperrorview.cpp @@ -25,13 +25,13 @@ #include <kdevproject.h> #include <tdeversion.h> -#include <kparts/part.h> -#include <ktexteditor/editinterface.h> -#include <ktexteditor/document.h> -#include <ktexteditor/markinterface.h> +#include <tdeparts/part.h> +#include <tdetexteditor/editinterface.h> +#include <tdetexteditor/document.h> +#include <tdetexteditor/markinterface.h> -#include <ktexteditor/markinterfaceextension.h> -#include <ktexteditor/view.h> +#include <tdetexteditor/markinterfaceextension.h> +#include <tdetexteditor/view.h> #include <kdebug.h> #include <klocale.h> |