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 | |
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')
-rw-r--r-- | kradio3/plugins/soundserver/soundserver.cpp | 4 | ||||
-rw-r--r-- | kradio3/plugins/soundserver/soundserver.h | 4 |
2 files changed, 4 insertions, 4 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 *) { } diff --git a/kradio3/plugins/soundserver/soundserver.h b/kradio3/plugins/soundserver/soundserver.h index 23f5fb3..f01e863 100644 --- a/kradio3/plugins/soundserver/soundserver.h +++ b/kradio3/plugins/soundserver/soundserver.h @@ -44,8 +44,8 @@ public: // PluginBase public: - virtual void saveState (KConfig *) const; - virtual void restoreState (KConfig *); + virtual void saveState (TDEConfig *) const; + virtual void restoreState (TDEConfig *); virtual ConfigPageInfo createConfigurationPage(); virtual AboutPageInfo createAboutPage(); |