From 59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:26:42 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/sound/AudioFileManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sound/AudioFileManager.h') 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 m_recordedAudioFiles; std::set m_derivedAudioFiles; - KProcess *m_importProcess; + TDEProcess *m_importProcess; int m_expectedSampleRate; }; -- cgit v1.2.1