diff options
author | Michele Calgaro <[email protected]> | 2025-01-22 18:11:56 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2025-02-03 14:04:22 +0000 |
commit | f44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (patch) | |
tree | bca8f3c429d932cb22fb4fe93edb35335f28717c /src/gui/editors/matrix/MatrixSelector.cpp | |
parent | 06042c0471231bf41b46d4a8744393137beac468 (diff) | |
download | rosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.tar.gz rosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gui/editors/matrix/MatrixSelector.cpp')
-rw-r--r-- | src/gui/editors/matrix/MatrixSelector.cpp | 4 |
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); |