summaryrefslogtreecommitdiffstats
path: root/examples/iconview/simple_dd/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/iconview/simple_dd/main.h')
-rw-r--r--examples/iconview/simple_dd/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/iconview/simple_dd/main.h b/examples/iconview/simple_dd/main.h
index a752a2d4e..57f7e0365 100644
--- a/examples/iconview/simple_dd/main.h
+++ b/examples/iconview/simple_dd/main.h
@@ -20,7 +20,7 @@ class TQDragDropEvent;
class DDListBox : public TQListBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
DDListBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
// Low-level drag and drop
@@ -48,7 +48,7 @@ public:
class DDIconView : public TQIconView
{
- Q_OBJECT
+ TQ_OBJECT
public:
DDIconView( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ) :
TQIconView( parent, name, f ) {}