Automated update from Qt3

pull/1/head
Timothy Pearson 11 years ago
parent cb6a50aa25
commit 71625b1f53

@ -2223,7 +2223,7 @@ void TQWidget::setMinimumSize( int minw, int minh )
{
#if defined(QT_CHECK_RANGE)
if ( minw < 0 || minh < 0 )
tqWarning("TQWidget::setMinimumSize: The smallest allowed size is (0,0)");
tqWarning("TQWidget::setMinimumSize: minw=%d, minh=%d. The smallest allowed size is (0,0)", minw, minh);
#endif
createExtra();
if ( extra->minw == minw && extra->minh == minh )

Loading…
Cancel
Save