summaryrefslogtreecommitdiffstats
path: root/sigmodr/SoundUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-09-15 19:33:43 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-09-15 19:33:43 +0000
commitde1e4dc34ab030b468f5ce7cf567bacc5d749423 (patch)
treea7981e5fc1cc08de5bd329d7dbd4d0a216600462 /sigmodr/SoundUI.cpp
parent95be1a395576b8126fa91cb2ae4339247cb27b08 (diff)
downloadsigen-de1e4dc34ab030b468f5ce7cf567bacc5d749423.tar.gz
sigen-de1e4dc34ab030b468f5ce7cf567bacc5d749423.tar.xz
sigen-de1e4dc34ab030b468f5ce7cf567bacc5d749423.zip
[FIX] Include guard stripped of __
[FIX] KDE includes put before Qt includes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@263 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigmodr/SoundUI.cpp')
-rw-r--r--sigmodr/SoundUI.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/sigmodr/SoundUI.cpp b/sigmodr/SoundUI.cpp
index 17af5b8d..06763a7f 100644
--- a/sigmodr/SoundUI.cpp
+++ b/sigmodr/SoundUI.cpp
@@ -22,14 +22,13 @@
#include "../sigmod/Sigmod.h"
#include "../sigmod/Sound.h"
+// KDE includes
+#include <KMenu>
+
// Qt includes
#include <QtCore/QBuffer>
#include <QtCore/QFile>
-// KDE includes
-#include <KFileDialog>
-#include <KMessageBox>
-
// Phonon includes
#include <Phonon/AudioOutput>
#include <Phonon/MediaObject>