diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:26 -0600 |
commit | dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch) | |
tree | 03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/plugins/oss-sound/oss-sound.cpp | |
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/plugins/oss-sound/oss-sound.cpp')
-rw-r--r-- | tderadio3/plugins/oss-sound/oss-sound.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tderadio3/plugins/oss-sound/oss-sound.cpp b/tderadio3/plugins/oss-sound/oss-sound.cpp index 0c06f33..ac1aac4 100644 --- a/tderadio3/plugins/oss-sound/oss-sound.cpp +++ b/tderadio3/plugins/oss-sound/oss-sound.cpp @@ -35,7 +35,7 @@ /////////////////////////////////////////////////////////////////////// //// plugin library functions -PLUGIN_LIBRARY_FUNCTIONS(OSSSoundDevice, "kradio-oss-sound", i18n("Open Sound System (OSS) Support")); +PLUGIN_LIBRARY_FUNCTIONS(OSSSoundDevice, "tderadio-oss-sound", i18n("Open Sound System (OSS) Support")); ///////////////////////////////////////////////////////////////////////////// @@ -171,20 +171,20 @@ ConfigPageInfo OSSSoundDevice::createConfigurationPage() return ConfigPageInfo (conf, i18n("OSS Sound"), i18n("OSS Sound Device Options"), - "kradio_oss"); + "tderadio_oss"); } AboutPageInfo OSSSoundDevice::createAboutPage() { -/* TDEAboutData aboutData("kradio", +/* TDEAboutData aboutData("tderadio", NULL, NULL, I18N_NOOP("OSS Sound Plugin for TDERadio"), TDEAboutData::License_GPL, "(c) 2004 Martin Witte", 0, - "http://sourceforge.net/projects/kradio", + "http://sourceforge.net/projects/tderadio", 0); aboutData.addAuthor("Martin Witte", "", "witte@kawo1.rwth-aachen.de"); @@ -192,7 +192,7 @@ AboutPageInfo OSSSoundDevice::createAboutPage() new TDERadioAboutWidget(aboutData, TDERadioAboutWidget::AbtTabbed), i18n("OSS Sound"), i18n("OSS Sound"), - "kradio_oss_sound" + "tderadio_oss_sound" ); */ return AboutPageInfo(); |