diff options
Diffstat (limited to 'tools/designer/designer/actiondnd.h')
-rw-r--r-- | tools/designer/designer/actiondnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/designer/actiondnd.h b/tools/designer/designer/actiondnd.h index 6d4f7df7c..d444dcd5a 100644 --- a/tools/designer/designer/actiondnd.h +++ b/tools/designer/designer/actiondnd.h @@ -203,7 +203,7 @@ public: protected: bool eventFilter( TQObject *, TQEvent * ); void paintEvent( TQPaintEvent * ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void dragEnterEvent( TQDragEnterEvent * ); void dragMoveEvent( TQDragMoveEvent * ); void dragLeaveEvent( TQDragLeaveEvent * ); |