diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-03 15:39:43 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-04 10:11:04 (GMT) |
commit | 3e9447acdf61308899c6e363f07cfc32d3400011 (patch) | |
tree | cbbe29c846154f54e66ef47a96265b7eb3890e2b | |
parent | 81272453fbb71b9d05add30b825a950bdba16c56 (diff) | |
download | Qt-3e9447acdf61308899c6e363f07cfc32d3400011.zip Qt-3e9447acdf61308899c6e363f07cfc32d3400011.tar.gz Qt-3e9447acdf61308899c6e363f07cfc32d3400011.tar.bz2 |
Corrected namespace for Phonon::MMF translatable error strings
Error strings are now part of the Phonon::MMF namespace.
Reviewed-by: trustme
(cherry picked from commit 14ee2007fd2ada46e5fe30af838f5a7fcb7c6f4d)
-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: /** |