summaryrefslogtreecommitdiffstats
path: root/src/widgets/qscrollbar.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /src/widgets/qscrollbar.cpp
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/qscrollbar.cpp')
-rw-r--r--src/widgets/qscrollbar.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qscrollbar.cpp b/src/widgets/qscrollbar.cpp
index ecaa3b3f..b234f1f2 100644
--- a/src/widgets/qscrollbar.cpp
+++ b/src/widgets/qscrollbar.cpp
@@ -39,13 +39,13 @@
**********************************************************************/
#include "ntqscrollbar.h"
-#ifndef QT_NO_SCROLLBAR
+#ifndef TQT_NO_SCROLLBAR
#include "ntqpainter.h"
#include "ntqbitmap.h"
#include "ntqapplication.h"
#include "ntqtimer.h"
#include "ntqstyle.h"
-#ifndef QT_NO_CURSOR
+#ifndef TQT_NO_CURSOR
#include <ntqcursor.h>
#endif
#if defined(QT_ACCESSIBILITY_SUPPORT)
@@ -452,7 +452,7 @@ void TQScrollBar::rangeChange()
void TQScrollBar::doAutoRepeat()
{
bool sendRepeat = clickedAt;
-#if !defined( QT_NO_CURSOR ) && !defined( QT_NO_STYLE )
+#if !defined( TQT_NO_CURSOR ) && !defined( TQT_NO_STYLE )
if(sendRepeat && (pressedControl == TQStyle::SC_ScrollBarAddPage ||
pressedControl == TQStyle::SC_ScrollBarSubPage) &&
style().styleHint(TQStyle::SH_ScrollBar_StopMouseOverSlider, this) &&
@@ -502,7 +502,7 @@ void TQScrollBar::stopAutoRepeat()
/*!
\reimp
*/
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
void TQScrollBar::wheelEvent( TQWheelEvent *e )
{
static float offset = 0;