summaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-08 23:01:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-08 23:01:11 -0500
commitf6157088bee6c877bbbffa0606833109ec506664 (patch)
treeca14d1b97f908dacceab0b60cbade5fe9a0dfcf2 /src/screen.h
parentafcfc2e072aea7fc5db849a4d32357eddd2a5449 (diff)
downloadtdepowersave-f6157088bee6c877bbbffa0606833109ec506664.tar.gz
tdepowersave-f6157088bee6c877bbbffa0606833109ec506664.zip
Update desktop file and string references of KScreensaver->TDEScreensaver.
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/screen.h b/src/screen.h
index 14df1eb..56f2acd 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -63,7 +63,7 @@ private:
//! reference to DCOP
/*!
* This is the DCOP-reference to the KScreensaverIface. We use this to send
- * commandos to the active KScreensaver.
+ * commandos to the active TDEScreensaver.
*/
DCOPRef screen_save_dcop_ref;
//! TDEProcess to start xlock to lock the screen
@@ -87,9 +87,9 @@ private:
//! cointains status information about the screensaver
/*!
* The value of this integer represent statusinformation about the
- * screensaver (Xscreensaver and KScreensaver):
- * \li (value == 0) if KScreensaver is disabled
- * \li (value == 1) if KScreensaver is activated
+ * screensaver (Xscreensaver and TDEScreensaver):
+ * \li (value == 0) if TDEScreensaver is disabled
+ * \li (value == 1) if TDEScreensaver is activated
* \li (value == 10) if Xscreensaver is not found or not running
* \li (value == 11) if Xscreensaver is activated
* \li (value == 20) if gnome-screen-saver is available