summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2011-12-06 21:16:21 +0200
committerLaszlo Papp <ext-laszlo.papp@nokia.com>2011-12-06 21:16:21 +0200
commitd098e9d1ca7869ab643800bf59728e9d908afca3 (patch)
tree6031ed277f6d7d7397bf70d22b35fa8a93d99c06
parent803458fc91c2310e8c0a681aac913e74896f83fd (diff)
Fix a typo in the name of the QALMpg123AudioDecoder class inside the header
-rw-r--r--src/decoders/qalmpg123audiodecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoders/qalmpg123audiodecoder.h b/src/decoders/qalmpg123audiodecoder.h
index ecfd53b..749712c 100644
--- a/src/decoders/qalmpg123audiodecoder.h
+++ b/src/decoders/qalmpg123audiodecoder.h
@@ -24,7 +24,7 @@
#include "qalabstractaudiodecoder.h"
-class Q_OPENAL_EXPORT QALMpg123FileAudioDecoder : QALAbstractAudioDecoder
+class Q_OPENAL_EXPORT QALMpg123AudioDecoder : QALAbstractAudioDecoder
{
//Q_DECLARE_PRIVATE(QALMpg123AudioDecoder)
public: