summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqscrollview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqscrollview.h')
-rw-r--r--src/widgets/ntqscrollview.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/widgets/ntqscrollview.h b/src/widgets/ntqscrollview.h
index 24a1322b..abad327e 100644
--- a/src/widgets/ntqscrollview.h
+++ b/src/widgets/ntqscrollview.h
@@ -45,7 +45,7 @@
#include "ntqscrollbar.h"
#endif // QT_H
-#ifndef QT_NO_SCROLLVIEW
+#ifndef TQT_NO_SCROLLVIEW
class TQScrollViewData;
@@ -62,7 +62,7 @@ class Q_EXPORT TQScrollView : public TQFrame
TQ_PROPERTY( int contentsHeight READ contentsHeight )
TQ_PROPERTY( int contentsX READ contentsX )
TQ_PROPERTY( int contentsY READ contentsY )
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
TQ_PROPERTY( bool dragAutoScroll READ dragAutoScroll WRITE setDragAutoScroll )
#endif
@@ -142,7 +142,7 @@ public:
bool isHorizontalSliderPressed();
bool isVerticalSliderPressed();
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
virtual void setDragAutoScroll( bool b );
bool dragAutoScroll() const;
#endif
@@ -176,13 +176,13 @@ protected:
virtual void contentsMouseReleaseEvent( TQMouseEvent* );
virtual void contentsMouseDoubleClickEvent( TQMouseEvent* );
virtual void contentsMouseMoveEvent( TQMouseEvent* );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
virtual void contentsDragEnterEvent( TQDragEnterEvent * );
virtual void contentsDragMoveEvent( TQDragMoveEvent * );
virtual void contentsDragLeaveEvent( TQDragLeaveEvent * );
virtual void contentsDropEvent( TQDropEvent * );
#endif
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
virtual void contentsWheelEvent( TQWheelEvent * );
#endif
virtual void contentsContextMenuEvent( TQContextMenuEvent * );
@@ -194,13 +194,13 @@ protected:
virtual void viewportMouseReleaseEvent( TQMouseEvent* );
virtual void viewportMouseDoubleClickEvent( TQMouseEvent* );
virtual void viewportMouseMoveEvent( TQMouseEvent* );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
virtual void viewportDragEnterEvent( TQDragEnterEvent * );
virtual void viewportDragMoveEvent( TQDragMoveEvent * );
virtual void viewportDragLeaveEvent( TQDragLeaveEvent * );
virtual void viewportDropEvent( TQDropEvent * );
#endif
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
virtual void viewportWheelEvent( TQWheelEvent * );
#endif
virtual void viewportContextMenuEvent( TQContextMenuEvent * );
@@ -223,7 +223,7 @@ protected:
void mouseReleaseEvent( TQMouseEvent * );
void mouseDoubleClickEvent( TQMouseEvent * );
void mouseMoveEvent( TQMouseEvent * );
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
void wheelEvent( TQWheelEvent * );
#endif
void contextMenuEvent( TQContextMenuEvent * );
@@ -246,7 +246,7 @@ private slots:
void hbarIsReleased();
void vbarIsPressed();
void vbarIsReleased();
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
void doDragAutoScroll();
void startDragAutoScroll();
void stopDragAutoScroll();
@@ -264,6 +264,6 @@ public:
};
-#endif // QT_NO_SCROLLVIEW
+#endif // TQT_NO_SCROLLVIEW
#endif // TQSCROLLVIEW_H