diff options
author | hjk <qtc-committer@nokia.com> | 2009-05-19 12:19:40 +0200 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-05-19 12:19:40 +0200 |
commit | ec9606bc65aaee81a4defea64afe58594349472a (patch) | |
tree | 6315f0f07b99f3e99b2f39efbd52cd634441bd65 /src/gui/image/qpixmapcache_p.h | |
parent | 9f9ede616079998f8ba7bf6fd446f39ce74b0400 (diff) | |
download | qt4-tools-ec9606bc65aaee81a4defea64afe58594349472a.tar.gz |
compile fixes with namespaces
Diffstat (limited to 'src/gui/image/qpixmapcache_p.h')
-rw-r--r-- | src/gui/image/qpixmapcache_p.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/image/qpixmapcache_p.h b/src/gui/image/qpixmapcache_p.h index 66b30d2087..5aa6eaf0a5 100644 --- a/src/gui/image/qpixmapcache_p.h +++ b/src/gui/image/qpixmapcache_p.h @@ -58,6 +58,8 @@ #include <private/qpixmap_raster_p.h> #include "qcache.h" +QT_BEGIN_NAMESPACE + class QPixmapCache::KeyData { public: @@ -89,4 +91,6 @@ public: } }; +QT_END_NAMESPACE + #endif // QPIXMAPCACHE_P_H |