src/plugins/imageformats/ico/qicohandler.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/plugins/imageformats/ico/qicohandler.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/plugins/imageformats/ico/qicohandler.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -54,6 +54,9 @@
 #include <QtCore/QFile>
 #include <QtCore/QBuffer>
 #include <qvariant.h>
+
+QT_BEGIN_NAMESPACE
+
 // These next two structs represent how the icon information is stored
 // in an ICO file.
 typedef struct
@@ -891,3 +894,4 @@
     return jumpToImage(m_currentIconIndex + 1);
 }
 
+QT_END_NAMESPACE