diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:38 +0900 |
commit | 4792d88f8ba09730f8a7daea62952de324ff1658 (patch) | |
tree | 78c6054e27319f2feda40334a45ccdc68f859602 | |
parent | 942da581cdf55480530485e4e3b95fd3653fea11 (diff) | |
download | kftpgrabber-4792d88f8ba09730f8a7daea62952de324ff1658.tar.gz kftpgrabber-4792d88f8ba09730f8a7daea62952de324ff1658.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kftpgrabber/src/widgets/multitabbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |