diff options
Diffstat (limited to 'examples/listboxcombo/listboxcombo.h')
-rw-r--r-- | examples/listboxcombo/listboxcombo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/listboxcombo/listboxcombo.h b/examples/listboxcombo/listboxcombo.h index 5131fe35f..63a407768 100644 --- a/examples/listboxcombo/listboxcombo.h +++ b/examples/listboxcombo/listboxcombo.h @@ -17,7 +17,7 @@ class TQLabel; class ListBoxCombo : public TQVBox { - Q_OBJECT + TQ_OBJECT public: ListBoxCombo( TQWidget *parent = 0, const char *name = 0 ); |