summaryrefslogtreecommitdiffstats
path: root/src/widgets/qheader.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/qheader.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/qheader.cpp')
-rw-r--r--src/widgets/qheader.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/qheader.cpp b/src/widgets/qheader.cpp
index 29c0306bb..f764b653f 100644
--- a/src/widgets/qheader.cpp
+++ b/src/widgets/qheader.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqheader.h"
-#ifndef QT_NO_HEADER
+#ifndef TQT_NO_HEADER
#include "ntqpainter.h"
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
@@ -735,7 +735,7 @@ void TQHeader::mouseReleaseEvent( TQMouseEvent *e )
handleColumnResize( handleIdx, c - d->pressDelta, TRUE );
} break;
case Moving: {
-#ifndef QT_NO_CURSOR
+#ifndef TQT_NO_CURSOR
unsetCursor();
#endif
int section = d->i2s[handleIdx];
@@ -784,7 +784,7 @@ void TQHeader::mouseMoveEvent( TQMouseEvent *e )
switch( state ) {
case Idle:
-#ifndef QT_NO_CURSOR
+#ifndef TQT_NO_CURSOR
if ( handleAt(c) < 0 )
unsetCursor();
else if ( orient == Horizontal )
@@ -799,7 +799,7 @@ void TQHeader::mouseMoveEvent( TQMouseEvent *e )
if ( TQABS( c - clickPos ) > 4 && d->move ) {
state = Moving;
moveToIdx = -1;
-#ifndef QT_NO_CURSOR
+#ifndef TQT_NO_CURSOR
if ( orient == Horizontal )
setCursor( sizeHorCursor );
else
@@ -2046,4 +2046,4 @@ void TQHeader::fontChange( const TQFont &oldFont )
TQWidget::fontChange( oldFont );
}
-#endif // QT_NO_HEADER
+#endif // TQT_NO_HEADER