diff options
Diffstat (limited to 'src/compoundwidget.h')
-rw-r--r-- | src/compoundwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundwidget.h b/src/compoundwidget.h index f31816a..9086096 100644 --- a/src/compoundwidget.h +++ b/src/compoundwidget.h @@ -42,7 +42,7 @@ class TQSpinBox; // =============================== class CompoundWidget : public TQWidget -{ Q_OBJECT +{ TQ_OBJECT public: CompoundWidget( TQWidget* parent, const char* name = NULL ); |