summaryrefslogtreecommitdiffstats
path: root/examples/iconview/simple_dd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/iconview/simple_dd/main.cpp')
-rw-r--r--examples/iconview/simple_dd/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/iconview/simple_dd/main.cpp b/examples/iconview/simple_dd/main.cpp
index 3093e89a9..16d3b53c5 100644
--- a/examples/iconview/simple_dd/main.cpp
+++ b/examples/iconview/simple_dd/main.cpp
@@ -169,8 +169,8 @@ int main( int argc, char *argv[] )
// Set up the connection so that we can drop items into the icon view
TQObject::connect(
- iv, SIGNAL(dropped(TQDropEvent*, const TQValueList<TQIconDragItem>&)),
- iv, SLOT(slotNewItem(TQDropEvent*, const TQValueList<TQIconDragItem>&)));
+ iv, TQ_SIGNAL(dropped(TQDropEvent*, const TQValueList<TQIconDragItem>&)),
+ iv, TQ_SLOT(slotNewItem(TQDropEvent*, const TQValueList<TQIconDragItem>&)));
// Populate the TQIconView with icons
DDIconViewItem *item;