diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-03 15:39:43 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-03 17:01:17 (GMT) |
commit | 14ee2007fd2ada46e5fe30af838f5a7fcb7c6f4d (patch) | |
tree | 5d942f251be4469d5792cfcc2b4746a50c0c7a94 /src/3rdparty/phonon/mmf | |
parent | ca57a6e6bb48b468631576c3bd316f6c2b24e0dd (diff) | |
download | Qt-14ee2007fd2ada46e5fe30af838f5a7fcb7c6f4d.zip Qt-14ee2007fd2ada46e5fe30af838f5a7fcb7c6f4d.tar.gz Qt-14ee2007fd2ada46e5fe30af838f5a7fcb7c6f4d.tar.bz2 |
Corrected namespace for Phonon::MMF translatable error strings
Error strings are now part of the Phonon::MMF namespace.
Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/phonon/mmf')
-rw-r--r-- | src/3rdparty/phonon/mmf/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/utils.h b/src/3rdparty/phonon/mmf/utils.h index 56ccafc..acad55a 100644 --- a/src/3rdparty/phonon/mmf/utils.h +++ b/src/3rdparty/phonon/mmf/utils.h @@ -44,7 +44,7 @@ enum PanicCode { class Utils { - Q_DECLARE_TR_FUNCTIONS(Utils) + Q_DECLARE_TR_FUNCTIONS(Phonon::MMF) public: /** |