summaryrefslogtreecommitdiffstats
path: root/examples/dragdrop/dropsite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dragdrop/dropsite.cpp')
-rw-r--r--examples/dragdrop/dropsite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dragdrop/dropsite.cpp b/examples/dragdrop/dropsite.cpp
index 379448518..9cf457936 100644
--- a/examples/dragdrop/dropsite.cpp
+++ b/examples/dragdrop/dropsite.cpp
@@ -23,7 +23,7 @@
DropSite::DropSite( TQWidget * parent, const char * name )
: TQLabel( parent, name )
{
- setAcceptDrops(TRUE);
+ setAcceptDrops(true);
}