changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
--- a/src/plugins/imageformats/ico/qicohandler.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/plugins/imageformats/ico/qicohandler.h Tue Jul 06 15:10:48 2010 +0300 @@ -43,6 +43,8 @@ #include <QtGui/QImageIOHandler> +QT_BEGIN_NAMESPACE + class ICOReader; class QtIcoHandler: public QImageIOHandler { @@ -71,5 +73,7 @@ }; +QT_END_NAMESPACE + #endif /* QTICOHANDLER_H */