diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-03 17:43:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-03 17:43:47 -0600 |
commit | 71625b1f53dd8736d537334c8ba82af310b52f52 (patch) | |
tree | 16169de0d15d6f261367953cf851cb95b2682f7b /src/kernel/qwidget_x11.cpp | |
parent | cb6a50aa2564adf03b5ccd87b8ee0e68947d3a61 (diff) | |
download | tqt3-71625b1f53dd8736d537334c8ba82af310b52f52.tar.gz tqt3-71625b1f53dd8736d537334c8ba82af310b52f52.zip |
Automated update from Qt3
Diffstat (limited to 'src/kernel/qwidget_x11.cpp')
-rw-r--r-- | src/kernel/qwidget_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qwidget_x11.cpp b/src/kernel/qwidget_x11.cpp index 2aff3012a..67463d0cf 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 ) |