diff options
Diffstat (limited to 'src/commonwidget.h')
-rw-r--r-- | src/commonwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonwidget.h b/src/commonwidget.h index 306d634..2c571a9 100644 --- a/src/commonwidget.h +++ b/src/commonwidget.h @@ -47,7 +47,7 @@ class TQStringList; // ============================= class CommonWidget : public TQWidget -{ Q_OBJECT +{ TQ_OBJECT public: CommonWidget( TQWidget* parent, const char* name = NULL ); |