diff options
Diffstat (limited to 'src/frontend.h')
-rw-r--r-- | src/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend.h b/src/frontend.h index 16a41c4..dc8e31b 100644 --- a/src/frontend.h +++ b/src/frontend.h @@ -75,7 +75,7 @@ protected: class Frontend : public TDEProcess { - Q_OBJECT + TQ_OBJECT public: Frontend(uint, bool bAutoDelete = false); |