Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
@ -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;