summaryrefslogtreecommitdiffstats
path: root/tdecore/tdemultipledrag.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:33 +0900
commit2e0398f755ab6af9557cc805e4f484bbf0c150f6 (patch)
tree712a40baf33c3b3488ab74f0a7240cfd87cef532 /tdecore/tdemultipledrag.cpp
parent8d88f31f74735c9580b7d374f709a22206d14982 (diff)
downloadtdelibs-2e0398f755ab6af9557cc805e4f484bbf0c150f6.tar.gz
tdelibs-2e0398f755ab6af9557cc805e4f484bbf0c150f6.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdemultipledrag.cpp')
-rw-r--r--tdecore/tdemultipledrag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdemultipledrag.cpp b/tdecore/tdemultipledrag.cpp
index db71c9e87..c3d63cbde 100644
--- a/tdecore/tdemultipledrag.cpp
+++ b/tdecore/tdemultipledrag.cpp
@@ -20,7 +20,7 @@
#include "tdemultipledrag.h"
#include "kdebug.h"
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
KMultipleDrag::KMultipleDrag( TQWidget *dragSource, const char *name )
: TQDragObject( dragSource, name )