diff options
Diffstat (limited to 'aoblipplayer.h')
| -rw-r--r-- | aoblipplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h index b460196..c8a8cb6 100644 --- a/aoblipplayer.h +++ b/aoblipplayer.h @@ -6,7 +6,7 @@ #include <QWidget> #include <string.h> #include <QDebug> -#include <QMediaPlayer> +#include <QSoundEffect> class AOBlipPlayer { @@ -23,7 +23,7 @@ public: private: QWidget *m_parent; AOApplication *ao_app; - QMediaPlayer *m_sfxplayer; + QSoundEffect *m_sfxplayer; int m_volume; }; |
