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();