summaryrefslogtreecommitdiffstats
path: root/tdehtml/tdehtmlview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/tdehtmlview.h')
-rw-r--r--tdehtml/tdehtmlview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/tdehtmlview.h b/tdehtml/tdehtmlview.h
index f67f712f0..797db99fa 100644
--- a/tdehtml/tdehtmlview.h
+++ b/tdehtml/tdehtmlview.h
@@ -203,7 +203,7 @@ protected:
virtual void viewportMouseMoveEvent(TQMouseEvent *);
virtual void viewportMouseReleaseEvent(TQMouseEvent *);
virtual void viewportResizeEvent(TQResizeEvent*);
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
virtual void viewportWheelEvent(TQWheelEvent*);
#endif
virtual void dragEnterEvent( TQDragEnterEvent* );
@@ -220,7 +220,7 @@ protected:
#ifndef NO_SMOOTH_SCROLL_HACK
void startScrolling();
void stopScrolling();
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
void scrollViewWheelEvent( TQWheelEvent* e );
#endif
#endif