diff options
Diffstat (limited to 'tools/designer/examples/credit/creditform.h')
-rw-r--r-- | tools/designer/examples/credit/creditform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/examples/credit/creditform.h b/tools/designer/examples/credit/creditform.h index 5bd2778ed..f8beb3581 100644 --- a/tools/designer/examples/credit/creditform.h +++ b/tools/designer/examples/credit/creditform.h @@ -2,7 +2,7 @@ class CreditForm : public CreditFormBase { - Q_OBJECT + TQ_OBJECT public: CreditForm( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); |