summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationView.cpp')
-rw-r--r--src/gui/editors/notation/NotationView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp
index 4a8fd00..032b8cb 100644
--- a/src/gui/editors/notation/NotationView.cpp
+++ b/src/gui/editors/notation/NotationView.cpp
@@ -4807,7 +4807,7 @@ void NotationView::slotEditPaste()
(clipboard->getSingleSegment()->getEndTime() -
clipboard->getSingleSegment()->getStartTime());
- KConfig *config = kapp->config();
+ TDEConfig *config = kapp->config();
config->setGroup(NotationViewConfigGroup);
PasteEventsCommand::PasteType defaultType = (PasteEventsCommand::PasteType)
config->readUnsignedNumEntry("pastetype",
@@ -4841,7 +4841,7 @@ void NotationView::slotEditGeneralPaste()
LinedStaff *staff = getCurrentLinedStaff();
Segment &segment = staff->getSegment();
- KConfig *config = kapp->config();
+ TDEConfig *config = kapp->config();
config->setGroup(NotationViewConfigGroup);
PasteEventsCommand::PasteType defaultType = (PasteEventsCommand::PasteType)
config->readUnsignedNumEntry("pastetype",