summaryrefslogtreecommitdiffstats
path: root/src/imageplugins/hotpixels/hotpixelstool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imageplugins/hotpixels/hotpixelstool.cpp')
-rw-r--r--src/imageplugins/hotpixels/hotpixelstool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imageplugins/hotpixels/hotpixelstool.cpp b/src/imageplugins/hotpixels/hotpixelstool.cpp
index fbcc6c9f..dd4dd8b9 100644
--- a/src/imageplugins/hotpixels/hotpixelstool.cpp
+++ b/src/imageplugins/hotpixels/hotpixelstool.cpp
@@ -135,7 +135,7 @@ HotPixelsTool::~HotPixelsTool()
void HotPixelsTool::readSettings()
{
- TDEConfig *config = kapp->config();
+ TDEConfig *config = tdeApp->config();
config->setGroup("hotpixels Tool");
m_blackFrameURL = KURL(config->readEntry("Last Black Frame File", TQString()));
m_filterMethodCombo->setCurrentItem(config->readNumEntry("Filter Method",
@@ -166,7 +166,7 @@ void HotPixelsTool::slotLoadingComplete()
void HotPixelsTool::writeSettings()
{
- TDEConfig *config = kapp->config();
+ TDEConfig *config = tdeApp->config();
config->setGroup("hotpixels Tool");
config->writeEntry("Last Black Frame File", m_blackFrameURL.url());
config->writeEntry("Filter Method", m_filterMethodCombo->currentItem());
@@ -183,7 +183,7 @@ void HotPixelsTool::slotResetSettings()
void HotPixelsTool::slotAddBlackFrame()
{
- KURL url = ImageDialog::getImageURL(kapp->activeWindow(), m_blackFrameURL, i18n("Select Black Frame Image"));
+ KURL url = ImageDialog::getImageURL(tdeApp->activeWindow(), m_blackFrameURL, i18n("Select Black Frame Image"));
if (!url.isEmpty())
{