summaryrefslogtreecommitdiffstats
path: root/tderadio3/plugins/soundserver/soundserver.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:26 -0600
commitdd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch)
tree03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/plugins/soundserver/soundserver.cpp
parent48906a623383ab5222541ae048e99dd039b62a9a (diff)
downloadtderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.tar.gz
tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/plugins/soundserver/soundserver.cpp')
-rw-r--r--tderadio3/plugins/soundserver/soundserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderadio3/plugins/soundserver/soundserver.cpp b/tderadio3/plugins/soundserver/soundserver.cpp
index 809cc02..ac61f80 100644
--- a/tderadio3/plugins/soundserver/soundserver.cpp
+++ b/tderadio3/plugins/soundserver/soundserver.cpp
@@ -24,14 +24,14 @@
///////////////////////////////////////////////////////////////////////
//// plugin library functions
-PLUGIN_LIBRARY_FUNCTIONS(SoundServer, "kradio-soundserver", i18n("SoundServer"));
+PLUGIN_LIBRARY_FUNCTIONS(SoundServer, "tderadio-soundserver", i18n("SoundServer"));
/////////////////////////////////////////////////////////////////////////////
SoundServer::SoundServer(const TQString &name)
: PluginBase(name, i18n("SoundServer Plugin"))
{
- logDebug(i18n("initializing kradio soundserver"));
+ logDebug(i18n("initializing tderadio soundserver"));
}
SoundServer::~SoundServer()