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/src/pluginmanager.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/src/pluginmanager.cpp')
| -rw-r--r-- | tderadio3/src/pluginmanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderadio3/src/pluginmanager.cpp b/tderadio3/src/pluginmanager.cpp index b03dcbc..4cf2c59 100644 --- a/tderadio3/src/pluginmanager.cpp +++ b/tderadio3/src/pluginmanager.cpp @@ -19,7 +19,7 @@ #include "include/pluginmanager.h" #include "include/pluginmanager-configuration.h" #include "include/plugin_configuration_dialog.h" -#include "include/kradioapp.h" +#include "include/tderadioapp.h" #include <kiconloader.h> #include <kdialogbase.h> @@ -123,7 +123,7 @@ void PluginManager::updateWidgetPluginMenuItem(WidgetPluginBase *b, TQMenuData * TQString text = (shown ? i18n("Hide %1") : i18n("Show %1")).arg(name); menu->changeItem(map[b], - TQIconSet(SmallIconSet(!shown ? "kradio_show" : "kradio_hide")), + TQIconSet(SmallIconSet(!shown ? "tderadio_show" : "tderadio_hide")), text); } @@ -349,7 +349,7 @@ ConfigPageInfo PluginManager::createOwnConfigurationPage() return ConfigPageInfo (m_pluginManagerConfiguration, i18n("Plugins"), i18n("Plugin Library Configuration"), - "kradio_plugins"); + "tderadio_plugins"); } |
