summaryrefslogtreecommitdiffstats
path: root/examples/demo/dnd/dnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/dnd/dnd.h')
-rw-r--r--examples/demo/dnd/dnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/dnd/dnd.h b/examples/demo/dnd/dnd.h
index 05d0587c..e47b53d1 100644
--- a/examples/demo/dnd/dnd.h
+++ b/examples/demo/dnd/dnd.h
@@ -13,7 +13,7 @@ public:
TQString name() { return _name; }
TQPixmap *pixmap() { return &_pixmap; }
- Q_DUMMY_COMPARISON_OPERATOR( IconItem )
+ TQ_DUMMY_COMPARISON_OPERATOR( IconItem )
protected:
TQPixmap loadPixmap( const TQString& name );