summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2011-12-06 15:11:26 +0200
committerLaszlo Papp <ext-laszlo.papp@nokia.com>2011-12-06 15:11:26 +0200
commit4cc74ec8bf4a2306ad04e6539c96134d3534dbd6 (patch)
treec6cb6777bac09332c6bf28978ad7b629a2f7ac19
parentf21f6e5c65e95978c84a399744372ff5d7c69c21 (diff)
Fix the include guards according to the snd -> sndfile renaming
-rw-r--r--src/decoders/qalsndfileaudiodecoder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/decoders/qalsndfileaudiodecoder.h b/src/decoders/qalsndfileaudiodecoder.h
index 99647cd..b4cfe11 100644
--- a/src/decoders/qalsndfileaudiodecoder.h
+++ b/src/decoders/qalsndfileaudiodecoder.h
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef QALSNDAUDIODECODER_H
-#define QALSNDAUDIODECODER_H
+#ifndef QALSNDFILEAUDIODECODER_H
+#define QALSNDFILEAUDIODECODER_H
#include "q_openal_export.h"
@@ -26,7 +26,7 @@
class Q_OPENAL_EXPORT QALSndFileAudioDecoder : QALAbstractAudioDecoder
{
- //Q_DECLARE_PRIVATE(QALAbstractAudioDecoder)
+ //Q_DECLARE_PRIVATE(QALSndFileAudioDecoder)
public:
QALSndFileAudioDecoder();
virtual ~QALSndFileAudioDecoder();
@@ -52,4 +52,4 @@ public:
Private *const d;
};
-#endif // QALSNDAUDIODECODER_H
+#endif // QALSNDFILEAUDIODECODER_H