diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 01:55:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 01:55:15 +0000 |
commit | 326b192dc78c94a3faf7c9c1de5e3f8e5b9d9107 (patch) | |
tree | 9806536c2cfe83ada6ba1b6f0c640e3218f78c5a | |
parent | 9ec9baa714c9fafc710d4a5dcf30b3ebe0947a41 (diff) | |
download | tdemultimedia-326b192dc78c94a3faf7c9c1de5e3f8e5b9d9107.tar.gz tdemultimedia-326b192dc78c94a3faf7c9c1de5e3f8e5b9d9107.zip |
Fix FTBFS under Slackware
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1174629 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kmix/mixertoolbox.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kmix/mixertoolbox.cpp b/kmix/mixertoolbox.cpp index ecaf5f9d..71464f41 100644 --- a/kmix/mixertoolbox.cpp +++ b/kmix/mixertoolbox.cpp @@ -28,11 +28,12 @@ #include "mixdevice.h" #include "mixer.h" - -#include "kmix-platforms.cpp" +#include "mixer_backend.h" #include "mixertoolbox.h" +typedef DevIterator* getDevIteratorFunc( ); + /*********************************************************************************** Attention: This MixerToolBox is linked to the KMix Main Program, the KMix Applet and kmixctrl. |