summaryrefslogtreecommitdiffstats
path: root/src/styles/qcommonstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/qcommonstyle.cpp')
-rw-r--r--src/styles/qcommonstyle.cpp10
1 files changed, 5 insertions, 5 deletions
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