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 | |
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')
-rw-r--r-- | languages/php/phpcodecompletion.h | 10 | ||||
-rw-r--r-- | languages/php/phperrorview.cpp | 12 | ||||
-rw-r--r-- | languages/php/phpfile.h | 4 | ||||
-rw-r--r-- | languages/php/phpsupportpart.cpp | 4 | ||||
-rw-r--r-- | languages/php/phpsupportpart.h | 2 |
5 files changed, 16 insertions, 16 deletions
diff --git a/languages/php/phpcodecompletion.h b/languages/php/phpcodecompletion.h index f922b09b..0874430e 100644 --- a/languages/php/phpcodecompletion.h +++ b/languages/php/phpcodecompletion.h @@ -25,15 +25,15 @@ #include <tqobject.h> #include <kregexp.h> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kdevmainwindow.h> #include <kstatusbar.h> -#include <ktexteditor/editinterface.h> -#include <ktexteditor/viewcursorinterface.h> -#include <ktexteditor/codecompletioninterface.h> -#include <ktexteditor/selectioninterface.h> +#include <tdetexteditor/editinterface.h> +#include <tdetexteditor/viewcursorinterface.h> +#include <tdetexteditor/codecompletioninterface.h> +#include <tdetexteditor/selectioninterface.h> class KDevCore; 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> diff --git a/languages/php/phpfile.h b/languages/php/phpfile.h index 470e7159..3cc571fa 100644 --- a/languages/php/phpfile.h +++ b/languages/php/phpfile.h @@ -34,8 +34,8 @@ #include <kdevlanguagesupport.h> #include <kdevpartcontroller.h> -#include <ktexteditor/editinterface.h> -#include <ktexteditor/document.h> +#include <tdetexteditor/editinterface.h> +#include <tdetexteditor/document.h> #include "phpsupportpart.h" #include "phperrorview.h" diff --git a/languages/php/phpsupportpart.cpp b/languages/php/phpsupportpart.cpp index 9435c274..f7bde3d0 100644 --- a/languages/php/phpsupportpart.cpp +++ b/languages/php/phpsupportpart.cpp @@ -35,13 +35,13 @@ #include <kaction.h> #include <kapplication.h> #include <kdebug.h> -#include <khtmlview.h> +#include <tdehtmlview.h> #include <klocale.h> #include <kmessagebox.h> #include <kprocess.h> #include <kregexp.h> #include <kstatusbar.h> -#include <kparts/browserextension.h> +#include <tdeparts/browserextension.h> #include <kdevcore.h> #include <kdevproject.h> diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h index f7d13122..572be8c8 100644 --- a/languages/php/phpsupportpart.h +++ b/languages/php/phpsupportpart.h @@ -29,7 +29,7 @@ #include <kio/job.h> #include <kdevgenericfactory.h> -#include <ktexteditor/editinterface.h> +#include <tdetexteditor/editinterface.h> class TQStringList; class PHPHTMLView; |