diff options
Diffstat (limited to 'src/showfoto/setup/setupeditor.cpp')
-rw-r--r-- | src/showfoto/setup/setupeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/showfoto/setup/setupeditor.cpp b/src/showfoto/setup/setupeditor.cpp index 19bab8fb..9e2c17cf 100644 --- a/src/showfoto/setup/setupeditor.cpp +++ b/src/showfoto/setup/setupeditor.cpp @@ -202,7 +202,7 @@ void SetupEditor::slotThemeBackgroundColor(bool e) void SetupEditor::readSettings() { - TDEConfig* config = kapp->config(); + TDEConfig* config = tdeApp->config(); TQColor Black(TQt::black); TQColor White(TQt::white); config->setGroup("ImageViewer Settings"); @@ -224,7 +224,7 @@ void SetupEditor::readSettings() void SetupEditor::applySettings() { - TDEConfig* config = kapp->config(); + TDEConfig* config = tdeApp->config(); config->setGroup("ImageViewer Settings"); config->writeEntry("UseThemeBackgroundColor", d->themebackgroundColor->isChecked()); config->writeEntry("BackgroundColor", d->backgroundColor->color()); |