summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NoteInserter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-22 18:11:56 +0900
committerTDE Gitea <[email protected]>2025-02-03 14:04:22 +0000
commitf44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (patch)
treebca8f3c429d932cb22fb4fe93edb35335f28717c /src/gui/editors/notation/NoteInserter.cpp
parent06042c0471231bf41b46d4a8744393137beac468 (diff)
downloadrosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.tar.gz
rosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.zip
Use tdeAppHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gui/editors/notation/NoteInserter.cpp')
-rw-r--r--src/gui/editors/notation/NoteInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NoteInserter.cpp b/src/gui/editors/notation/NoteInserter.cpp
index 74d51d6..eaed244 100644
--- a/src/gui/editors/notation/NoteInserter.cpp
+++ b/src/gui/editors/notation/NoteInserter.cpp
@@ -69,7 +69,7 @@ NoteInserter::NoteInserter(NotationView* view)
{
TQIconSet icon;
- TDEConfig *config = kapp->config();
+ TDEConfig *config = tdeApp->config();
config->setGroup(NotationViewConfigGroup);
m_autoBeam = config->readBoolEntry("autobeam", true);
m_matrixInsertType = (config->readNumEntry("inserttype", 0) > 0);