diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:33:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:33:36 -0600 |
commit | 3c5631f74d1c75204f950140331e10f739082ee9 (patch) | |
tree | a2811ff6c81d3c771745cde47734e65b1da3d806 /kamera/kcontrol/kameradevice.cpp | |
parent | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (diff) | |
download | tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.tar.gz tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kamera/kcontrol/kameradevice.cpp')
-rw-r--r-- | kamera/kcontrol/kameradevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kamera/kcontrol/kameradevice.cpp b/kamera/kcontrol/kameradevice.cpp index 9492934b..20d090fa 100644 --- a/kamera/kcontrol/kameradevice.cpp +++ b/kamera/kcontrol/kameradevice.cpp @@ -190,7 +190,7 @@ bool KCamera::test() return camera() != 0; } -void KCamera::load(KConfig *config) +void KCamera::load(TDEConfig *config) { config->setGroup(m_name); if (m_model.isNull()) @@ -200,7 +200,7 @@ void KCamera::load(KConfig *config) invalidateCamera(); } -void KCamera::save(KConfig *config) +void KCamera::save(TDEConfig *config) { config->setGroup(m_name); config->writeEntry("Model", m_model); |