summaryrefslogtreecommitdiffstats
path: root/src/document/io
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-22 18:11:56 +0900
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2025-02-03 14:04:22 +0000
commitf44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (patch)
treebca8f3c429d932cb22fb4fe93edb35335f28717c /src/document/io
parent06042c0471231bf41b46d4a8744393137beac468 (diff)
downloadrosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.tar.gz
rosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/document/io')
-rw-r--r--src/document/io/LilyPondExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/io/LilyPondExporter.cpp b/src/document/io/LilyPondExporter.cpp
index 40d9e38..d1fbac3 100644
--- a/src/document/io/LilyPondExporter.cpp
+++ b/src/document/io/LilyPondExporter.cpp
@@ -120,7 +120,7 @@ void
LilyPondExporter::readConfigVariables(void)
{
// grab config info
- TDEConfig *cfg = kapp->config();
+ TDEConfig *cfg = tdeApp->config();
cfg->setGroup(NotationViewConfigGroup);
m_paperSize = cfg->readUnsignedNumEntry("lilypapersize", PAPER_A4);