diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:26:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:26:42 -0600 |
commit | 59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 (patch) | |
tree | 3c5878d4255116c6146b38687214acf355eb7564 /src/sound/AudioFileManager.h | |
parent | c329cc4e7edb85184878ba8238c4344cbaba2ac0 (diff) | |
download | rosegarden-59ff04ffaf48f18383b39ea6da17b8e18b6b50c3.tar.gz rosegarden-59ff04ffaf48f18383b39ea6da17b8e18b6b50c3.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/sound/AudioFileManager.h')
-rw-r--r-- | src/sound/AudioFileManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/AudioFileManager.h b/src/sound/AudioFileManager.h index c129ad3..1de9588 100644 --- a/src/sound/AudioFileManager.h +++ b/src/sound/AudioFileManager.h @@ -51,7 +51,7 @@ // is not (and should not be) used elsewhere within the // sound or sequencer libraries. -class KProcess; +class TDEProcess; namespace Rosegarden { @@ -318,7 +318,7 @@ private: std::set<AudioFile *> m_recordedAudioFiles; std::set<AudioFile *> m_derivedAudioFiles; - KProcess *m_importProcess; + TDEProcess *m_importProcess; int m_expectedSampleRate; }; |