summaryrefslogtreecommitdiffstats
path: root/krdc/krdc.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 17:31:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 17:31:48 +0900
commit1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694 (patch)
treee6967aa8aacf5e5fca64c6b69f3a0ddc528a5640 /krdc/krdc.cpp
parent50da92376284f30d95e18960d2b24c49901fb10d (diff)
downloadtdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.tar.gz
tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krdc/krdc.cpp')
-rw-r--r--krdc/krdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/krdc.cpp b/krdc/krdc.cpp
index 1e86891d..b50cde3d 100644
--- a/krdc/krdc.cpp
+++ b/krdc/krdc.cpp
@@ -187,7 +187,7 @@ bool KRDC::start()
break;
}
- m_view->setViewOnly(kapp->config()->readBoolEntry("viewOnly", false));
+ m_view->setViewOnly(tdeApp->config()->readBoolEntry("viewOnly", false));
m_scrollView->addChild(m_view);
TQWhatsThis::add(m_view, i18n("Here you can see the remote desktop. If the other side allows you to control it, you can also move the mouse, click or enter keystrokes. If the content does not fit your screen, click on the toolbar's full screen button or scale button. To end the connection, just close the window."));