diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:08:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:08:09 -0600 |
commit | 75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c (patch) | |
tree | eee3e440800d8fe8d3989b919dd349401cd37282 /src/kmplayertvsource.cpp | |
parent | a34aeb25a3006e5a708ec955159226e8b197dc27 (diff) | |
download | kmplayer-75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c.tar.gz kmplayer-75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/kmplayertvsource.cpp')
-rw-r--r-- | src/kmplayertvsource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayertvsource.cpp b/src/kmplayertvsource.cpp index 770bf9b..b2b5714 100644 --- a/src/kmplayertvsource.cpp +++ b/src/kmplayertvsource.cpp @@ -522,7 +522,7 @@ KDE_NO_EXPORT TQString KMPlayerTVSource::prettyName () { return name; } -KDE_NO_EXPORT void KMPlayerTVSource::write (KConfig * m_config) { +KDE_NO_EXPORT void KMPlayerTVSource::write (TDEConfig * m_config) { if (!config_read) return; m_config->setGroup (strTV); m_config->writeEntry (strTVDriver, tvdriver); @@ -541,7 +541,7 @@ KDE_NO_EXPORT void KMPlayerTVSource::readXML () { sync (false); } -KDE_NO_EXPORT void KMPlayerTVSource::read (KConfig * m_config) { +KDE_NO_EXPORT void KMPlayerTVSource::read (TDEConfig * m_config) { m_config->setGroup (strTV); tvdriver = m_config->readEntry (strTVDriver, "v4l"); } |