From 4792d88f8ba09730f8a7daea62952de324ff1658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:38 +0900 Subject: [PATCH] QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- kftpgrabber/src/widgets/multitabbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kftpgrabber/src/widgets/multitabbar.cpp b/kftpgrabber/src/widgets/multitabbar.cpp index 86530a4..01c67ac 100644 --- a/kftpgrabber/src/widgets/multitabbar.cpp +++ b/kftpgrabber/src/widgets/multitabbar.cpp @@ -556,7 +556,7 @@ TQSize MultiTabBarButton::sizeHint() const int w = 0, h = 0; // calculate contents size... -#ifndef QT_NO_ICONSET +#ifndef TQT_NO_ICONSET if ( iconSet() && !iconSet() ->isNull() ) { int iw = iconSet() ->pixmap( TQIconSet::Small, TQIconSet::Normal ).width() + 4; int ih = iconSet() ->pixmap( TQIconSet::Small, TQIconSet::Normal ).height();