src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
--- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp	Fri Feb 19 23:40:16 2010 +0200
+++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp	Fri Mar 12 15:46:37 2010 +0200
@@ -42,6 +42,8 @@
 #include "qtextureglyphcache_gl_p.h"
 #include "qpaintengineex_opengl2_p.h"
 
+QT_BEGIN_NAMESPACE
+
 #ifdef Q_WS_WIN
 extern Q_GUI_EXPORT bool qt_cleartype_enabled;
 #endif
@@ -243,3 +245,5 @@
     return m_type == QFontEngineGlyphCache::Raster_RGBMask ? 2 : 0;
 #endif
 }
+
+QT_END_NAMESPACE