summaryrefslogtreecommitdiffstats
path: root/languages/ada/configproblemreporter.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ada/configproblemreporter.ui.h')
-rw-r--r--languages/ada/configproblemreporter.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/ada/configproblemreporter.ui.h b/languages/ada/configproblemreporter.ui.h
index 20932393..9c586fa4 100644
--- a/languages/ada/configproblemreporter.ui.h
+++ b/languages/ada/configproblemreporter.ui.h
@@ -11,7 +11,7 @@
void ConfigureProblemReporter::init()
{
- KConfig* config = kapp->config();
+ TDEConfig* config = kapp->config();
config->setGroup( "General Options" );
bgParserCheckbox->setChecked( config->readBoolEntry("EnableAdaBgParser", true) );
delaySlider->setEnabled( bgParserCheckbox->isChecked() );
@@ -24,7 +24,7 @@ void ConfigureProblemReporter::destroy()
void ConfigureProblemReporter::accept()
{
- KConfig* config = kapp->config();
+ TDEConfig* config = kapp->config();
config->setGroup( "General Options" );
config->writeEntry( "EnableAdaBgParser", bgParserCheckbox->isChecked() );
if( bgParserCheckbox->isChecked() )