diff options
Diffstat (limited to 'examples/demo/dnd/dnd.h')
-rw-r--r-- | examples/demo/dnd/dnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/dnd/dnd.h b/examples/demo/dnd/dnd.h index 7860cac53..05d0587c4 100644 --- a/examples/demo/dnd/dnd.h +++ b/examples/demo/dnd/dnd.h @@ -25,7 +25,7 @@ private: class DnDDemo : public DnDDemoBase { - Q_OBJECT + TQ_OBJECT public: DnDDemo( TQWidget* parent = 0, const char* name = 0 ); |