summaryrefslogtreecommitdiffstats
path: root/src/imageplugins/hotpixels/imageeffect_hotpixels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imageplugins/hotpixels/imageeffect_hotpixels.cpp')
-rw-r--r--src/imageplugins/hotpixels/imageeffect_hotpixels.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imageplugins/hotpixels/imageeffect_hotpixels.cpp b/src/imageplugins/hotpixels/imageeffect_hotpixels.cpp
index 67e9a1b2..4e73d981 100644
--- a/src/imageplugins/hotpixels/imageeffect_hotpixels.cpp
+++ b/src/imageplugins/hotpixels/imageeffect_hotpixels.cpp
@@ -133,7 +133,7 @@ ImageEffect_HotPixels::~ImageEffect_HotPixels()
void ImageEffect_HotPixels::readUserSettings()
{
- TDEConfig *config = kapp->config();
+ TDEConfig *config = tdeApp->config();
config->setGroup("hotpixels Tool Dialog");
m_blackFrameURL = KURL(config->readEntry("Last Black Frame File", TQString()));
m_filterMethodCombo->setCurrentItem(config->readNumEntry("Filter Method",
@@ -153,7 +153,7 @@ void ImageEffect_HotPixels::readUserSettings()
void ImageEffect_HotPixels::writeUserSettings()
{
- TDEConfig *config = kapp->config();
+ TDEConfig *config = tdeApp->config();
config->setGroup("hotpixels Tool Dialog");
config->writeEntry("Last Black Frame File", m_blackFrameURL.url());
config->writeEntry("Filter Method", m_filterMethodCombo->currentItem());