summaryrefslogtreecommitdiffstats
path: root/src/widgets/qeffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qeffects.cpp')
-rw-r--r--src/widgets/qeffects.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qeffects.cpp b/src/widgets/qeffects.cpp
index d431f21b3..40170dbea 100644
--- a/src/widgets/qeffects.cpp
+++ b/src/widgets/qeffects.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqapplication.h"
-#ifndef QT_NO_EFFECTS
+#ifndef TQT_NO_EFFECTS
#include "ntqwidget.h"
#include "qeffects_p.h"
#include "ntqpixmap.h"
@@ -191,7 +191,7 @@ bool TQAlphaWidget::eventFilter( TQObject* o, TQEvent* e )
if ( o != widget )
break;
case TQEvent::MouseButtonPress:
-#ifndef QT_NO_SCROLLVIEW
+#ifndef TQT_NO_SCROLLVIEW
if ( ::tqt_cast<TQScrollView*>(o) )
break;
#endif
@@ -443,7 +443,7 @@ bool TQRollEffect::eventFilter( TQObject* o, TQEvent* e )
scroll();
break;
case TQEvent::MouseButtonPress:
-#ifndef QT_NO_SCROLLVIEW
+#ifndef TQT_NO_SCROLLVIEW
if ( ::tqt_cast<TQScrollView*>(o) )
break;
#endif
@@ -672,4 +672,4 @@ void qFadeEffect( TQWidget* w, int time )
q_blend->run( time );
}
-#endif //QT_NO_EFFECTS
+#endif //TQT_NO_EFFECTS