diff options
Diffstat (limited to 'src/widgets/qspinbox.cpp')
-rw-r--r-- | src/widgets/qspinbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qspinbox.cpp b/src/widgets/qspinbox.cpp index 44692688b..a79b18d7e 100644 --- a/src/widgets/qspinbox.cpp +++ b/src/widgets/qspinbox.cpp @@ -39,7 +39,7 @@ **********************************************************************/ #include "ntqspinbox.h" -#ifndef QT_NO_SPINBOX +#ifndef TQT_NO_SPINBOX #include "ntqcursor.h" #include "ntqpushbutton.h" @@ -710,7 +710,7 @@ void TQSpinBox::resizeEvent( TQResizeEvent* ) /*! \reimp */ -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void TQSpinBox::wheelEvent( TQWheelEvent * e ) { e->accept(); |