summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qpoint.cpp')
-rw-r--r--src/kernel/qpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qpoint.cpp b/src/kernel/qpoint.cpp
index 5313307..7e08a70 100644
--- a/src/kernel/qpoint.cpp
+++ b/src/kernel/qpoint.cpp
@@ -376,7 +376,7 @@
void QPoint::warningDivByZero()
{
#if defined(QT_CHECK_MATH)
- qWarning( "QPoint: Division by zero error" );
+ tqWarning( "QPoint: Division by zero error" );
#endif
}