From 71625b1f53dd8736d537334c8ba82af310b52f52 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 3 Mar 2013 17:43:47 -0600 Subject: [PATCH] Automated update from Qt3 --- src/kernel/qwidget_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )