diff options
author | Timothy Pearson <[email protected]> | 2012-02-28 22:31:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-28 22:31:39 -0600 |
commit | 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch) | |
tree | 6d4d5407c000add30aa78630e009c0e5d633e440 /src/styles | |
parent | 1740cd279522c060e738bbbffacab83355d2b794 (diff) | |
download | tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip |
Automated conversion from qt3
Diffstat (limited to 'src/styles')
-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 |