1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

GCS: notifyplugin: fix casing in phonon include to lower case. Qt ships phonon in lower case directory.

This commit is contained in:
Corvus Corax 2011-05-05 19:37:23 +02:00
parent 6845a77571
commit bff970d414
2 changed files with 8 additions and 8 deletions

View File

@ -35,10 +35,10 @@
#include "notifypluginconfiguration.h"
#include <QSettings>
#include <Phonon/MediaObject>
#include <Phonon/Path>
#include <Phonon/AudioOutput>
#include <Phonon/Global>
#include <phonon/MediaObject>
#include <phonon/Path>
#include <phonon/AudioOutput>
#include <phonon/Global>
class NotifyPluginOptionsPage;

View File

@ -38,10 +38,10 @@
#include <QItemSelectionModel>
#include <QDebug>
#include <QtCore/QSettings>
#include <Phonon/MediaObject>
#include <Phonon/Path>
#include <Phonon/AudioOutput>
#include <Phonon/Global>
#include <phonon/MediaObject>
#include <phonon/Path>
#include <phonon/AudioOutput>
#include <phonon/Global>
class NotifyTableModel;