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 37a87e6..e3cdb86 100644 --- a/plugins/webinterface/php_handler.h +++ b/plugins/webinterface/php_handler.h @@ -31,7 +31,7 @@ namespace kt class PhpHandler : public TQProcess { - Q_OBJECT + TQ_OBJECT public: PhpHandler(const TQString & php_exe,PhpInterface *php); |