summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotePixmapFactory.cpp
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/gui/editors/notation/NotePixmapFactory.cpp
parent06042c0471231bf41b46d4a8744393137beac468 (diff)
downloadrosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.tar.gz
rosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/editors/notation/NotePixmapFactory.cpp')
-rw-r--r--src/gui/editors/notation/NotePixmapFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotePixmapFactory.cpp b/src/gui/editors/notation/NotePixmapFactory.cpp
index 47ded9b..ffee779 100644
--- a/src/gui/editors/notation/NotePixmapFactory.cpp
+++ b/src/gui/editors/notation/NotePixmapFactory.cpp
@@ -224,7 +224,7 @@ NotePixmapFactory::init(std::string fontName, int size)
// sizes only and we want pixels
TQFont timeSigFont(defaultTimeSigFontFamily),
textFont(defaultSerifFontFamily);
- TDEConfig* config = kapp->config();
+ TDEConfig* config = tdeApp->config();
config->setGroup(NotationViewConfigGroup);
m_timeSigFont = config->readFontEntry("timesigfont", &timeSigFont);
@@ -3217,7 +3217,7 @@ NotePixmapFactory::getTextFont(const Text &text) const
tiny = true;
}
- TDEConfig* config = kapp->config();
+ TDEConfig* config = tdeApp->config();
TQFont textFont;