diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:14:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:14:26 -0600 |
commit | dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch) | |
tree | 03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/src/include/soundstreamclient_interfaces.h | |
parent | 48906a623383ab5222541ae048e99dd039b62a9a (diff) | |
download | tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.tar.gz tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/src/include/soundstreamclient_interfaces.h')
-rw-r--r-- | tderadio3/src/include/soundstreamclient_interfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/src/include/soundstreamclient_interfaces.h b/tderadio3/src/include/soundstreamclient_interfaces.h index 57fd2f3..2d14de2 100644 --- a/tderadio3/src/include/soundstreamclient_interfaces.h +++ b/tderadio3/src/include/soundstreamclient_interfaces.h @@ -125,7 +125,7 @@ SENDERS: IF_SENDER_FINE ( queryIsCaptureRunning, (SoundStreamID id, bool &running, SoundFormat &sf)) // we need extra recording, in order to distinguish between plain capturing - // (making sound data available to kradio) and writing a stream to disk or sth similar + // (making sound data available to tderadio) and writing a stream to disk or sth similar IF_SENDER_FINE ( sendStartRecording, (SoundStreamID id) ) IF_SENDER_FINE ( sendStartRecordingWithFormat, (SoundStreamID id, const SoundFormat &proposed_format, |