From: Manuel Nickschas Date: Wed, 20 Feb 2013 18:20:37 +0000 (+0100) Subject: Use lowercase headers for Phonon X-Git-Tag: 0.9-beta1~13 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=545e82bd631f85cb150916a701e5f4e6c5838b34 Use lowercase headers for Phonon The CamelCase headers don't seem to exist on all platforms. --- diff --git a/src/qtui/phononnotificationbackend.cpp b/src/qtui/phononnotificationbackend.cpp index bcc7c76d..e5f4c7e4 100644 --- a/src/qtui/phononnotificationbackend.cpp +++ b/src/qtui/phononnotificationbackend.cpp @@ -20,8 +20,8 @@ #include -#include -#include +#include +#include #include "phononnotificationbackend.h"