summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-05-20 17:39:21 +0200
committerAriya Hidayat <ariya.hidayat@nokia.com>2009-05-20 17:39:21 +0200
commit3bcc706cabb61d58d7e6c005f5268747a5e65307 (patch)
treea8f48d70dc6776b5f999fe76f7efd4de8d000a8d /src/gui/painting
parentd46fd15e337421c723d56fd62582ac4ccc76395a (diff)
Fix a wrong compiler define (was a typo).
The typo was in commit 30f7edc0aab629499b74263391ae529ad31b2ff8.
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qtransform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qtransform.h b/src/gui/painting/qtransform.h
index 4ea1be31dd..4a339697f5 100644
--- a/src/gui/painting/qtransform.h
+++ b/src/gui/painting/qtransform.h
@@ -322,7 +322,7 @@ inline QTransform &QTransform::operator-=(qreal num)
# if Q_CC_GNU_VERSION >= 0x040201
# pragma GCC diagnostic warning "-Wfloat-equal"
# endif
-# undef Q_GCC_GNU_VERSION
+# undef Q_CC_GNU_VERSION
#endif
/****** stream functions *******************/