diff options
Diffstat (limited to 'src/gui/dialogs/UseOrnamentDialog.cpp')
-rw-r--r-- | src/gui/dialogs/UseOrnamentDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/UseOrnamentDialog.cpp b/src/gui/dialogs/UseOrnamentDialog.cpp index 5d44aeb..406a794 100644 --- a/src/gui/dialogs/UseOrnamentDialog.cpp +++ b/src/gui/dialogs/UseOrnamentDialog.cpp @@ -140,7 +140,7 @@ UseOrnamentDialog::UseOrnamentDialog(TQWidget *parent, void UseOrnamentDialog::setupFromConfig() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup(NotationViewConfigGroup); Mark mark = qstrtostr(config->readEntry("useornamentmark", "trill")); @@ -247,7 +247,7 @@ UseOrnamentDialog::slotMarkChanged(int i) void UseOrnamentDialog::slotOk() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup(NotationViewConfigGroup); config->writeEntry("useornamentmark", strtoqstr(getMark())); |