summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/README.kiosk4
-rw-r--r--tdecore/kapplication.cpp4
-rw-r--r--tdecore/kapplication.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/README.kiosk b/tdecore/README.kiosk
index 38a59a929..927850f01 100644
--- a/tdecore/README.kiosk
+++ b/tdecore/README.kiosk
@@ -442,10 +442,10 @@ lineedit_text_completion
start_new_session
- defines whether the user may start a second X session.
- See also the kdm configuration.
+ See also the tdm configuration.
switch_user
- - defines whether user switching via kdm is allowed
+ - defines whether user switching via tdm is allowed
skip_drm
- defines if the user may omit DRM checking.
diff --git a/tdecore/kapplication.cpp b/tdecore/kapplication.cpp
index ea16f00f8..3ca23c49f 100644
--- a/tdecore/kapplication.cpp
+++ b/tdecore/kapplication.cpp
@@ -170,8 +170,8 @@ typedef void* IceIOErrorHandler;
#include "kappdcopiface.h"
-// exported for kdm kfrontend
-KDE_EXPORT bool kde_have_kipc = true; // magic hook to disable kipc in kdm
+// exported for tdm kfrontend
+KDE_EXPORT bool kde_have_kipc = true; // magic hook to disable kipc in tdm
bool kde_kiosk_exception = false; // flag to disable kiosk restrictions
bool kde_kiosk_admin = false;
diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h
index fabeed524..36a9addcb 100644
--- a/tdecore/kapplication.h
+++ b/tdecore/kapplication.h
@@ -1378,7 +1378,7 @@ public:
/**
* @internal
- * Raw access for use by KDM.
+ * Raw access for use by TDM.
*/
static TQPalette createApplicationPalette( KConfig *config, int contrast );