diff options
Diffstat (limited to 'src/attic/qtmultilineedit.cpp')
-rw-r--r-- | src/attic/qtmultilineedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/attic/qtmultilineedit.cpp b/src/attic/qtmultilineedit.cpp index 8361bedcd..27a65e4f5 100644 --- a/src/attic/qtmultilineedit.cpp +++ b/src/attic/qtmultilineedit.cpp @@ -24,7 +24,7 @@ #include "ntqtimer.h" #include "ntqdict.h" #include "ntqcursor.h" -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqstyle.h" #endif @@ -2384,7 +2384,7 @@ void TQtMultiLineEdit::mouseReleaseEvent( TQMouseEvent *e ) #if defined(_WS_X11_) paste(); // Will repaint the cursor line. #else -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT if ( style().styleHint(TQStyle::SH_GUIStyle) == TQt::MotifStyle ) paste(); #endif |