summaryrefslogtreecommitdiffstats
path: root/general/Audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'general/Audio.cpp')
-rw-r--r--general/Audio.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/general/Audio.cpp b/general/Audio.cpp
index 46f2853b..2301011d 100644
--- a/general/Audio.cpp
+++ b/general/Audio.cpp
@@ -15,12 +15,12 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-// Qt includes
-#include <QMutableListIterator>
-
// Header include
#include "Audio.h"
+// Qt includes
+#include <QMutableListIterator>
+
void Audio::playSFX(const QString& url) throw(OpenException)
{
Phonon::MediaObject* sfx = new Phonon::MediaObject();