Replaced various '#define' with actual strings - part 3

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4ecfd24e7)
r14.1.x
Michele Calgaro 6 months ago
parent 54b3d710e5
commit 6ff2260842
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -268,7 +268,7 @@ TQSize Editor::sizeHint() const
int h = TQMAX(fm.lineSpacing(), 14);
int w = fm.width( 'x' ) * 20;
int m = frameWidth() * 2;
return( style().tqsizeFromContents(TQStyle::CT_LineEdit, this,
return( style().sizeFromContents(TQStyle::CT_LineEdit, this,
TQSize( w + m, h + m + 4 ).
expandedTo(TQApplication::globalStrut())));
}

Loading…
Cancel
Save