QT_NO_* -> TQT_NO_* renaming.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 03effb73ab
commit 42286f682f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -6569,7 +6569,7 @@ TQSize QalculateButton::sizeHint() const {
int w = 0, h = 0;
#ifndef QT_NO_ICONSET
#ifndef TQT_NO_ICONSET
if(iconSet() && !iconSet()->isNull()) {
w = iconSet()->pixmap( TQIconSet::Small, TQIconSet::Normal ).width() + 10;
h = iconSet()->pixmap( TQIconSet::Small, TQIconSet::Normal ).height() + 10;

Loading…
Cancel
Save