From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- src/kernel/qsizegrip.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/qsizegrip.cpp') diff --git a/src/kernel/qsizegrip.cpp b/src/kernel/qsizegrip.cpp index ae46ca62a..5dbaaa326 100644 --- a/src/kernel/qsizegrip.cpp +++ b/src/kernel/qsizegrip.cpp @@ -40,7 +40,7 @@ #include "ntqsizegrip.h" -#ifndef QT_NO_SIZEGRIP +#ifndef TQT_NO_SIZEGRIP #include "ntqpainter.h" #include "ntqapplication.h" @@ -111,7 +111,7 @@ static TQWidget* qt_sizegrip_workspace( TQWidget* w ) TQSizeGrip::TQSizeGrip( TQWidget * parent, const char* name ) : TQWidget( parent, name ) { -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR #ifndef Q_WS_MAC if ( TQApplication::reverseLayout() ) setCursor( sizeBDiagCursor ); @@ -283,4 +283,4 @@ bool TQSizeGrip::eventFilter( TQObject *o, TQEvent *e ) return FALSE; } -#endif //QT_NO_SIZEGRIP +#endif //TQT_NO_SIZEGRIP -- cgit v1.2.1