summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixSelector.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/matrix/MatrixSelector.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/matrix/MatrixSelector.cpp')
-rw-r--r--src/gui/editors/matrix/MatrixSelector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/matrix/MatrixSelector.cpp b/src/gui/editors/matrix/MatrixSelector.cpp
index c084cd3..ffdc723 100644
--- a/src/gui/editors/matrix/MatrixSelector.cpp
+++ b/src/gui/editors/matrix/MatrixSelector.cpp
@@ -552,8 +552,8 @@ EventSelection* MatrixSelector::getSelection()
void MatrixSelector::setContextHelpFor(TQPoint p, bool ctrlPressed)
{
- kapp->config()->setGroup(GeneralOptionsConfigGroup);
- if (!kapp->config()->readBoolEntry("toolcontexthelp", true)) return;
+ tdeApp->config()->setGroup(GeneralOptionsConfigGroup);
+ if (!tdeApp->config()->readBoolEntry("toolcontexthelp", true)) return;
p = m_mParentView->inverseMapPoint(p);