diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:31:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:31:21 -0600 |
commit | a9e58ebc98a82a62ea97a2683fe9175dac973d62 (patch) | |
tree | cce7bf7dfa617ec3b4db9842f3bfb6a2ff801be3 /tdecore | |
parent | ec16fd2148845119981c617fe5c17659eb58283b (diff) | |
download | tdelibs-a9e58ebc98a82a62ea97a2683fe9175dac973d62.tar.gz tdelibs-a9e58ebc98a82a62ea97a2683fe9175dac973d62.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/README.kiosk | 4 | ||||
-rw-r--r-- | tdecore/kapplication.cpp | 4 | ||||
-rw-r--r-- | tdecore/kapplication.h | 2 |
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 ); |