summaryrefslogtreecommitdiffstats
path: root/krdc/krdc.cpp
diff options
context:
space:
mode:
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."));