diff -r b72c6db6890b -r 5dc02b23752f src/plugins/imageformats/ico/qicohandler.cpp --- 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 #include #include + +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