summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/matrix')
-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);