summaryrefslogtreecommitdiff
path: root/src/gui/image/qpixmapcache_p.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-19 12:19:40 +0200
committerhjk <qtc-committer@nokia.com>2009-05-19 12:19:40 +0200
commitec9606bc65aaee81a4defea64afe58594349472a (patch)
tree6315f0f07b99f3e99b2f39efbd52cd634441bd65 /src/gui/image/qpixmapcache_p.h
parent9f9ede616079998f8ba7bf6fd446f39ce74b0400 (diff)
downloadqt4-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.h4
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