diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:12:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:12:01 -0600 |
commit | c97b553d6150c31db243502b996e1f4919628413 (patch) | |
tree | edea2051c436fa4bf6db98d816c43614129970cd /kradio3/plugins/soundserver/soundserver.cpp | |
parent | d9b70de56a7c1ce685cc8fd119d9b004e1fbfdee (diff) | |
download | tderadio-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.cpp | 4 |
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 *) { } |