QT_NO_* -> TQT_NO_* renaming.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 942da581cd
commit 4792d88f8b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

Loading…
Cancel
Save