summaryrefslogtreecommitdiffstats
path: root/kshutdown/actions.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-09 14:30:17 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-09 14:30:17 -0600
commit4ddb45128eef1f595da91aaf1ab12771983ddb54 (patch)
treef3a40c46daa1785fc880d1c5f19d44658831dbb0 /kshutdown/actions.h
parent4eed367c472764f00eb29b68ded7fe5993ea5953 (diff)
downloadkshutdown-4ddb45128eef1f595da91aaf1ab12771983ddb54.tar.gz
kshutdown-4ddb45128eef1f595da91aaf1ab12771983ddb54.zip
Branding and code cleanup.
Diffstat (limited to 'kshutdown/actions.h')
-rw-r--r--kshutdown/actions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshutdown/actions.h b/kshutdown/actions.h
index 012f9a5..4f38608 100644
--- a/kshutdown/actions.h
+++ b/kshutdown/actions.h
@@ -44,7 +44,7 @@ public:
* Methods. Don't change these values!
*/
enum Method {
- Method_KDE = 0, /**< Standard KDE/TDM method. (default) */
+ Method_TDE = 0, /**< Standard KDE/TDM method. (default) */
Method_DefaultCommand = 1, /**< Default external command. (e.g. /sbin/reboot) */
Method_UserCommand = 2 /**< User command. Any command that can be executed by @c KRun::run. */
};