summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-03 17:43:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-03 17:43:47 -0600
commit71625b1f53dd8736d537334c8ba82af310b52f52 (patch)
tree16169de0d15d6f261367953cf851cb95b2682f7b
parentcb6a50aa2564adf03b5ccd87b8ee0e68947d3a61 (diff)
downloadtqt3-71625b1f.tar.gz
tqt3-71625b1f.zip
Automated update from Qt3
-rw-r--r--src/kernel/qwidget_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qwidget_x11.cpp b/src/kernel/qwidget_x11.cpp
index 2aff3012..67463d0c 100644
--- a/src/kernel/qwidget_x11.cpp
+++ b/src/kernel/qwidget_x11.cpp
@@ -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 )