summaryrefslogtreecommitdiffstats
path: root/src/widgets/qslider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qslider.cpp')
-rw-r--r--src/widgets/qslider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qslider.cpp b/src/widgets/qslider.cpp
index fd8c36581..883065e0c 100644
--- a/src/widgets/qslider.cpp
+++ b/src/widgets/qslider.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqslider.h"
-#ifndef QT_NO_SLIDER
+#ifndef TQT_NO_SLIDER
#include "ntqpainter.h"
#include "ntqdrawutil.h"
#include "ntqtimer.h"
@@ -511,7 +511,7 @@ void TQSlider::mouseMoveEvent( TQMouseEvent *e )
/*!
\reimp
*/
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
void TQSlider::wheelEvent( TQWheelEvent * e )
{
if ( e->orientation() != orientation() && !rect().contains(e->pos()) )