diff options
Diffstat (limited to 'src/styles/qcommonstyle.cpp')
-rw-r--r-- | src/styles/qcommonstyle.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index fb04f7e52..fa95124e4 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -611,7 +611,7 @@ void TQCommonStyle::drawControl( ControlElement element, { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("TQCommonStyle::drawControl: widget parameter cannot be zero!"); + tqWarning("TQCommonStyle::drawControl: widget parameter cannot be zero!"); return; } #endif @@ -1139,7 +1139,7 @@ TQRect TQCommonStyle::subRect(SubRect r, const TQWidget *widget) const { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("TQCommonStyle::subRect: widget parameter cannot be zero!"); + tqWarning("TQCommonStyle::subRect: widget parameter cannot be zero!"); return TQRect(); } #endif @@ -1491,7 +1491,7 @@ void TQCommonStyle::drawComplexControl( ComplexControl control, { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("TQCommonStyle::drawComplexControl: widget parameter cannot be zero!"); + tqWarning("TQCommonStyle::drawComplexControl: widget parameter cannot be zero!"); return; } #endif @@ -1917,7 +1917,7 @@ TQRect TQCommonStyle::querySubControlMetrics( ComplexControl control, { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("TQCommonStyle::querySubControlMetrics: widget parameter cannot be zero!"); + tqWarning("TQCommonStyle::querySubControlMetrics: widget parameter cannot be zero!"); return TQRect(); } #endif @@ -2468,7 +2468,7 @@ TQSize TQCommonStyle::sizeFromContents(ContentsType contents, #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("TQCommonStyle::sizeFromContents: widget parameter cannot be zero!"); + tqWarning("TQCommonStyle::sizeFromContents: widget parameter cannot be zero!"); return sz; } #endif |