summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/streaming/streaming.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:04:07 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:04:07 -0600
commita1e6ce502c334194d31a0b78b11b77e9532da64b (patch)
treeaf926bf79ece44ee312952d3d896a1da440daf83 /kradio3/plugins/streaming/streaming.cpp
parentb69d61089748af635b869896140531ad906433d8 (diff)
downloadtderadio-a1e6ce502c334194d31a0b78b11b77e9532da64b.tar.gz
tderadio-a1e6ce502c334194d31a0b78b11b77e9532da64b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kradio3/plugins/streaming/streaming.cpp')
-rw-r--r--kradio3/plugins/streaming/streaming.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/streaming/streaming.cpp b/kradio3/plugins/streaming/streaming.cpp
index 9586eb5..1d49f65 100644
--- a/kradio3/plugins/streaming/streaming.cpp
+++ b/kradio3/plugins/streaming/streaming.cpp
@@ -39,7 +39,7 @@ PLUGIN_LIBRARY_FUNCTIONS(StreamingDevice, "kradio-streaming", i18n("Streaming Su
StreamingDevice::StreamingDevice(const TQString &name)
: TQObject(NULL, NULL),
- PluginBase(name, i18n("KRadio Streaming Plugin"))
+ PluginBase(name, i18n("TDERadio Streaming Plugin"))
{
m_CaptureChannels.setAutoDelete(true);
m_PlaybackChannels.setAutoDelete(true);