diff options
Diffstat (limited to 'examples/listbox')
-rw-r--r-- | examples/listbox/listbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/listbox/listbox.h b/examples/listbox/listbox.h index 06581e0a0..b618e9413 100644 --- a/examples/listbox/listbox.h +++ b/examples/listbox/listbox.h @@ -20,7 +20,7 @@ class TQButtonGroup; class ListBoxDemo: public TQWidget { - Q_OBJECT + TQ_OBJECT public: ListBoxDemo(); ~ListBoxDemo(); |