diff options
Diffstat (limited to 'languages/php/phpfile.h')
-rw-r--r-- | languages/php/phpfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/php/phpfile.h b/languages/php/phpfile.h index ac5a4525..2db93552 100644 --- a/languages/php/phpfile.h +++ b/languages/php/phpfile.h @@ -27,7 +27,7 @@ #include <tqthread.h> #include <urlutil.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <kdevproject.h> @@ -46,7 +46,7 @@ @author Escuder Nicolas */ class PHPFile : public TQObject { -Q_OBJECT +TQ_OBJECT public: @@ -98,7 +98,7 @@ private: bool SetFunction(TQString name, TQString arguments = ""); bool CloseFunction(int end); - bool AddVariable(TQString name, TQString type, int position, bool classvar = FALSE); + bool AddVariable(TQString name, TQString type, int position, bool classvar = false); bool SetVariable(TQString arguments); bool AddTodo(TQString arguments, int position); |