summaryrefslogtreecommitdiffstats
path: root/tderadio3/src/include/soundstreamclient_interfaces.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 23:14:26 -0600
committerTimothy Pearson <[email protected]>2013-02-01 23:14:26 -0600
commitdd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch)
tree03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/src/include/soundstreamclient_interfaces.h
parent48906a623383ab5222541ae048e99dd039b62a9a (diff)
downloadtderadio-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.h2
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,