summaryrefslogtreecommitdiffstats
path: root/src/kernel/qdragobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qdragobject.cpp')
-rw-r--r--src/kernel/qdragobject.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/qdragobject.cpp b/src/kernel/qdragobject.cpp
index 428000a36..efc086164 100644
--- a/src/kernel/qdragobject.cpp
+++ b/src/kernel/qdragobject.cpp
@@ -43,7 +43,7 @@
# undef open
#endif
-#ifndef QT_NO_MIME
+#ifndef TQT_NO_MIME
#include "ntqdragobject.h"
#include "ntqtextcodec.h"
@@ -257,7 +257,7 @@ static const char * const link_xpm[] = {
".............aXXXXXXXXXa",
".............aaaaaaaaaaa"};
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
// the universe's only drag manager
TQDragManager * qt_dnd_manager = 0;
@@ -287,7 +287,7 @@ TQDragManager::TQDragManager()
TQDragManager::~TQDragManager()
{
-#ifndef QT_NO_CURSOR
+#ifndef TQT_NO_CURSOR
if ( restoreCursor )
TQApplication::restoreOverrideCursor();
#endif
@@ -311,7 +311,7 @@ TQDragObject::TQDragObject( TQWidget * dragSource, const char * name )
{
d = new TQDragObjectData();
d->pm_cursor = 0;
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
if ( !qt_dnd_manager && tqApp )
(void)new TQDragManager();
#endif
@@ -325,7 +325,7 @@ TQDragObject::TQDragObject( TQWidget * dragSource, const char * name )
TQDragObject::~TQDragObject()
{
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
if ( qt_dnd_manager && qt_dnd_manager->object == this )
qt_dnd_manager->cancel( FALSE );
if ( d->pm_cursor ) {
@@ -337,7 +337,7 @@ TQDragObject::~TQDragObject()
delete d;
}
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
/*!
Set the pixmap \a pm to display while dragging the object. The
platform-specific implementation will use this where it can - so
@@ -1684,7 +1684,7 @@ bool TQUriDrag::decodeToUnicodeUris( const TQMimeSource* e, TQStringList& l )
}
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
/*!
If the source of the drag operation is a widget in this
application, this function returns that source, otherwise it
@@ -1808,4 +1808,4 @@ bool TQColorDrag::decode( TQMimeSource *e, TQColor &col )
return TRUE;
}
-#endif // QT_NO_MIME
+#endif // TQT_NO_MIME