summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qbackingstore_p.h
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2011-02-22 15:27:59 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2011-02-22 15:27:59 (GMT)
commitfa033bb0bc36737908375906bc47ac83300b0b5c (patch)
tree962765cb4b07c7c40b96d3e87c21d10a10a402f8 /src/gui/painting/qbackingstore_p.h
parentdebca4dfbb45ee3f16c49e13f904efc0c589e4f1 (diff)
downloadQt-fa033bb0bc36737908375906bc47ac83300b0b5c.zip
Qt-fa033bb0bc36737908375906bc47ac83300b0b5c.tar.gz
Qt-fa033bb0bc36737908375906bc47ac83300b0b5c.tar.bz2
Various INTEGRITY fixes
Small-ish compilation fixes. Note that "Value" is a reserved word on INTEGRITY, so we need to use the correct namespace. Merge-request: 1101 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/gui/painting/qbackingstore_p.h')
-rw-r--r--src/gui/painting/qbackingstore_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/painting/qbackingstore_p.h b/src/gui/painting/qbackingstore_p.h
index e2b21c3..47387ab 100644
--- a/src/gui/painting/qbackingstore_p.h
+++ b/src/gui/painting/qbackingstore_p.h
@@ -209,8 +209,9 @@ private:
{
#ifdef Q_WS_QWS
return tlw->frameGeometry();
-#endif
+#else
return tlw->data->crect;
+#endif
}
inline void appendDirtyOnScreenWidget(QWidget *widget)