diff options
author | Michele Calgaro <[email protected]> | 2024-11-07 19:28:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-07 19:28:22 +0900 |
commit | 13f091f000420641732c9c8b54b85c5137b9a1de (patch) | |
tree | ccdc06e51df6c11b547fe91d10bbe1f28901d10f /src/sound | |
parent | f29b11f1d6f5478897ca39e5f11882ff8dcbf953 (diff) | |
download | rosegarden-13f091f000420641732c9c8b54b85c5137b9a1de.tar.gz rosegarden-13f091f000420641732c9c8b54b85c5137b9a1de.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sound')
-rw-r--r-- | src/sound/AudioFileManager.cpp | 2 | ||||
-rw-r--r-- | src/sound/MidiFile.cpp | 2 | ||||
-rw-r--r-- | src/sound/PeakFile.cpp | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/sound/AudioFileManager.cpp b/src/sound/AudioFileManager.cpp index f7bae68..2abb3f8 100644 --- a/src/sound/AudioFileManager.cpp +++ b/src/sound/AudioFileManager.cpp @@ -28,8 +28,6 @@ #include <pthread.h> #include <sstream> - -#include <kapp.h> #include <tdelocale.h> #include <kprocess.h> #include <tdeio/netaccess.h> diff --git a/src/sound/MidiFile.cpp b/src/sound/MidiFile.cpp index 7bad77c..12b86aa 100644 --- a/src/sound/MidiFile.cpp +++ b/src/sound/MidiFile.cpp @@ -45,8 +45,6 @@ //#define MIDI_DEBUG 1 -#include <kapp.h> - namespace Rosegarden { diff --git a/src/sound/PeakFile.cpp b/src/sound/PeakFile.cpp index d11cf35..28db144 100644 --- a/src/sound/PeakFile.cpp +++ b/src/sound/PeakFile.cpp @@ -24,7 +24,6 @@ #include <tqdatetime.h> #include <tqstringlist.h> #include <tqpalette.h> -#include <kapp.h> #include "PeakFile.h" #include "AudioFile.h" |