summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/streaming/streaming.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:01 -0600
commitc97b553d6150c31db243502b996e1f4919628413 (patch)
treeedea2051c436fa4bf6db98d816c43614129970cd /kradio3/plugins/streaming/streaming.cpp
parentd9b70de56a7c1ce685cc8fd119d9b004e1fbfdee (diff)
downloadtderadio-c97b553d6150c31db243502b996e1f4919628413.tar.gz
tderadio-c97b553d6150c31db243502b996e1f4919628413.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kradio3/plugins/streaming/streaming.cpp')
-rw-r--r--kradio3/plugins/streaming/streaming.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/streaming/streaming.cpp b/kradio3/plugins/streaming/streaming.cpp
index be464e2..9586eb5 100644
--- a/kradio3/plugins/streaming/streaming.cpp
+++ b/kradio3/plugins/streaming/streaming.cpp
@@ -90,7 +90,7 @@ void StreamingDevice::noticeConnectedI (ISoundStreamServer *s, bool pointer_vali
// PluginBase
-void StreamingDevice::saveState (KConfig *c) const
+void StreamingDevice::saveState (TDEConfig *c) const
{
c->setGroup(TQString("streaming-") + PluginBase::name());
c->writeEntry("soundstreamclient-id", m_SoundStreamClientID);
@@ -124,7 +124,7 @@ void StreamingDevice::saveState (KConfig *c) const
}
}
-void StreamingDevice::restoreState (KConfig *c)
+void StreamingDevice::restoreState (TDEConfig *c)
{
c->setGroup(TQString("streaming-") + PluginBase::name());
setSoundStreamClientID(c->readEntry("soundstreamclient-id", getSoundStreamClientID()));