summaryrefslogtreecommitdiffstats
path: root/src/exporters/mmfexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exporters/mmfexporter.cpp')
-rw-r--r--src/exporters/mmfexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exporters/mmfexporter.cpp b/src/exporters/mmfexporter.cpp
index 33ee1ec..33fb7d1 100644
--- a/src/exporters/mmfexporter.cpp
+++ b/src/exporters/mmfexporter.cpp
@@ -134,7 +134,7 @@ void MMFExporter::writeMMFIngredients( TQString &content, const Recipe &recipe )
void MMFExporter::writeSingleIngredient( TQString &content, const Ingredient &ing, bool is_sub )
{
- TDEConfig * config = kapp->config();
+ TDEConfig * config = tdeApp->config();
config->setGroup( "Formatting" );
MixedNumber::Format number_format = ( config->readBoolEntry( "Fraction" ) ) ? MixedNumber::MixedNumberFormat : MixedNumber::DecimalFormat;