diff options
Diffstat (limited to 'plugins/webinterface/php_handler.h')
-rw-r--r-- | plugins/webinterface/php_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webinterface/php_handler.h b/plugins/webinterface/php_handler.h index 197bdb7..9644ad2 100644 --- a/plugins/webinterface/php_handler.h +++ b/plugins/webinterface/php_handler.h @@ -32,7 +32,7 @@ namespace kt class PhpHandler : public TQProcess { Q_OBJECT - TQ_OBJECT + public: PhpHandler(const TQString & php_exe,PhpInterface *php); virtual ~PhpHandler(); |