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/styles/qinterlacestyle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/qinterlacestyle.cpp') diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index cf1efe43c..8a2134544 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -42,7 +42,7 @@ #include "ntqinterlacestyle.h" -#if !defined(QT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) #include "ntqapplication.h" #include "ntqpainter.h" @@ -800,6 +800,6 @@ void TQInterlaceStyle::drawPanel( TQPainter *p, int x, int y, int w, int h, } } -#endif // QT_NO_STYLE_INTERLACE +#endif // TQT_NO_STYLE_INTERLACE #endif -- cgit v1.2.1