summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/UseOrnamentDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/UseOrnamentDialog.cpp')
-rw-r--r--src/gui/dialogs/UseOrnamentDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/UseOrnamentDialog.cpp b/src/gui/dialogs/UseOrnamentDialog.cpp
index 279f9f7..f21a85d 100644
--- a/src/gui/dialogs/UseOrnamentDialog.cpp
+++ b/src/gui/dialogs/UseOrnamentDialog.cpp
@@ -142,7 +142,7 @@ UseOrnamentDialog::UseOrnamentDialog(TQWidget *parent,
void
UseOrnamentDialog::setupFromConfig()
{
- KConfig *config = kapp->config();
+ TDEConfig *config = kapp->config();
config->setGroup(NotationViewConfigGroup);
Mark mark = qstrtostr(config->readEntry("useornamentmark", "trill"));
@@ -249,7 +249,7 @@ UseOrnamentDialog::slotMarkChanged(int i)
void
UseOrnamentDialog::slotOk()
{
- KConfig *config = kapp->config();
+ TDEConfig *config = kapp->config();
config->setGroup(NotationViewConfigGroup);
config->writeEntry("useornamentmark", strtoqstr(getMark()));