From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- src/styles/qcommonstyle.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/styles') diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index faf3649..076b259 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -611,7 +611,7 @@ void QCommonStyle::drawControl( ControlElement element, { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("QCommonStyle::drawControl: widget parameter cannot be zero!"); + tqWarning("QCommonStyle::drawControl: widget parameter cannot be zero!"); return; } #endif @@ -1139,7 +1139,7 @@ QRect QCommonStyle::subRect(SubRect r, const QWidget *widget) const { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("QCommonStyle::subRect: widget parameter cannot be zero!"); + tqWarning("QCommonStyle::subRect: widget parameter cannot be zero!"); return QRect(); } #endif @@ -1491,7 +1491,7 @@ void QCommonStyle::drawComplexControl( ComplexControl control, { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("QCommonStyle::drawComplexControl: widget parameter cannot be zero!"); + tqWarning("QCommonStyle::drawComplexControl: widget parameter cannot be zero!"); return; } #endif @@ -1917,7 +1917,7 @@ QRect QCommonStyle::querySubControlMetrics( ComplexControl control, { #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("QCommonStyle::querySubControlMetrics: widget parameter cannot be zero!"); + tqWarning("QCommonStyle::querySubControlMetrics: widget parameter cannot be zero!"); return QRect(); } #endif @@ -2468,7 +2468,7 @@ QSize QCommonStyle::sizeFromContents(ContentsType contents, #if defined(QT_CHECK_STATE) if (! widget) { - qWarning("QCommonStyle::sizeFromContents: widget parameter cannot be zero!"); + tqWarning("QCommonStyle::sizeFromContents: widget parameter cannot be zero!"); return sz; } #endif -- cgit v1.2.1