summaryrefslogtreecommitdiffstats
path: root/src/imageplugins/texture/texturetool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imageplugins/texture/texturetool.cpp')
-rw-r--r--src/imageplugins/texture/texturetool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imageplugins/texture/texturetool.cpp b/src/imageplugins/texture/texturetool.cpp
index 71e29aea..d2050930 100644
--- a/src/imageplugins/texture/texturetool.cpp
+++ b/src/imageplugins/texture/texturetool.cpp
@@ -144,7 +144,7 @@ void TextureTool::renderingFinished()
void TextureTool::readSettings()
{
- TDEConfig* config = kapp->config();
+ TDEConfig* config = tdeApp->config();
config->setGroup("texture Tool");
m_textureType->blockSignals(true);
@@ -159,7 +159,7 @@ void TextureTool::readSettings()
void TextureTool::writeSettings()
{
- TDEConfig* config = kapp->config();
+ TDEConfig* config = tdeApp->config();
config->setGroup("texture Tool");
config->writeEntry("TextureType", m_textureType->currentItem());
config->writeEntry("BlendGain", m_blendGain->value());