summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:31:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:31:21 -0600
commita9e58ebc98a82a62ea97a2683fe9175dac973d62 (patch)
treecce7bf7dfa617ec3b4db9842f3bfb6a2ff801be3 /tdecore
parentec16fd2148845119981c617fe5c17659eb58283b (diff)
downloadtdelibs-a9e58ebc98a82a62ea97a2683fe9175dac973d62.tar.gz
tdelibs-a9e58ebc98a82a62ea97a2683fe9175dac973d62.zip
Part 1 of 2 of kdm rename
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 );