diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-27 12:27:15 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-28 12:30:26 (GMT) |
commit | 559ef5cafeb39766a7481a37168e37e9cb315bb5 (patch) | |
tree | e5faeeb9cf901c054b659ea217095639bf2baeba /src/3rdparty/phonon/mmf/utils.h | |
parent | 104b5dc3b96f2d9d7fbae79ca1fcd303f3828d86 (diff) | |
download | Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.zip Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.tar.gz Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.tar.bz2 |
Wrapped code using QT_BEGIN/END_NAMESPACE macros
Diffstat (limited to 'src/3rdparty/phonon/mmf/utils.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/utils.h b/src/3rdparty/phonon/mmf/utils.h index 2df7e48..e2b5e59 100644 --- a/src/3rdparty/phonon/mmf/utils.h +++ b/src/3rdparty/phonon/mmf/utils.h @@ -24,6 +24,8 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #include "defs.h" +QT_BEGIN_NAMESPACE + namespace Phonon { namespace MMF @@ -158,4 +160,6 @@ namespace Phonon } } +QT_END_NAMESPACE + #endif |