diff options
Diffstat (limited to 'examples/demo/dnd/iconview.h')
-rw-r--r-- | examples/demo/dnd/iconview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/dnd/iconview.h b/examples/demo/dnd/iconview.h index b02949a83..3a5ee29cd 100644 --- a/examples/demo/dnd/iconview.h +++ b/examples/demo/dnd/iconview.h @@ -18,7 +18,7 @@ private: class IconView : public TQIconView { - Q_OBJECT + TQ_OBJECT public: IconView( TQWidget* parent = 0, const char* name = 0 ); |