From c97b553d6150c31db243502b996e1f4919628413 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:12:01 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kradio3/plugins/soundserver/soundserver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kradio3/plugins/soundserver/soundserver.cpp') 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 *) { } -- cgit v1.2.1