summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/soundserver/soundserver.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:12:01 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:12:01 -0600
commitc97b553d6150c31db243502b996e1f4919628413 (patch)
treeedea2051c436fa4bf6db98d816c43614129970cd /kradio3/plugins/soundserver/soundserver.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/soundserver/soundserver.cpp')
-rw-r--r--kradio3/plugins/soundserver/soundserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/soundserver/soundserver.cpp b/kradio3/plugins/soundserver/soundserver.cpp
index c1cd014..809cc02 100644
--- a/kradio3/plugins/soundserver/soundserver.cpp
+++ b/kradio3/plugins/soundserver/soundserver.cpp
@@ -55,11 +55,11 @@ bool SoundServer::disconnectI (Interface *i)
-void SoundServer::saveState (KConfig *) const
+void SoundServer::saveState (TDEConfig *) const
{
}
-void SoundServer::restoreState (KConfig *)
+void SoundServer::restoreState (TDEConfig *)
{
}