summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqdragobject.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-17 19:46:30 +0900
committerMichele Calgaro <[email protected]>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /src/kernel/ntqdragobject.h
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kernel/ntqdragobject.h')
-rw-r--r--src/kernel/ntqdragobject.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/ntqdragobject.h b/src/kernel/ntqdragobject.h
index fbcca3abb..a255d0fe5 100644
--- a/src/kernel/ntqdragobject.h
+++ b/src/kernel/ntqdragobject.h
@@ -52,7 +52,7 @@ class TQImageDragData;
#include "ntqcolor.h"
#endif // QT_H
-#ifndef QT_NO_MIME
+#ifndef TQT_NO_MIME
class Q_EXPORT TQDragObject: public TQObject, public TQMimeSource {
TQ_OBJECT
@@ -60,7 +60,7 @@ public:
TQDragObject( TQWidget * dragSource = 0, const char * name = 0 );
virtual ~TQDragObject();
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
bool drag();
bool dragMove();
void dragCopy();
@@ -77,7 +77,7 @@ public:
static void setTarget(TQWidget*);
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
enum DragMode { DragDefault, DragCopy, DragMove, DragLink, DragCopyOrMove };
protected:
@@ -220,7 +220,7 @@ private:
typedef TQUriDrag TQUrlDrag;
#endif
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
// TQDragManager is not part of the public API. It is defined in a
// header file simply so different .cpp files can implement different
@@ -274,6 +274,6 @@ private:
#endif
-#endif // QT_NO_MIME
+#endif // TQT_NO_MIME
#endif // TQDRAGOBJECT_H