diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:11:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:11:54 -0600 |
commit | 05c532196dc376204995110244d1585fb701880c (patch) | |
tree | c3b22cb00cca156e0db5409264c3e6b7fb3ddc8a /src/screen.cpp | |
parent | e725f676cd3f476bc79efb1c085cc5ce0c677c61 (diff) | |
download | kpowersave-05c532196dc376204995110244d1585fb701880c.tar.gz kpowersave-05c532196dc376204995110244d1585fb701880c.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/screen.cpp')
-rw-r--r-- | src/screen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen.cpp b/src/screen.cpp index 16cca85..092c4bd 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -479,7 +479,7 @@ xscreensaver: } return status; } - // set lock for xlock --> no kscreensaver, no xscreensaver present and + // set lock for xlock --> no tdescreensaver, no xscreensaver present and // the check for gnome screensaver is not finished. This should normaly // not happen, but in this case we use xlock else if(SCREENSAVER_STATUS == 10 || SCREENSAVER_STATUS == 99){ @@ -551,7 +551,7 @@ bool screen::lockScreen( TQString lock_withMethod ) { // screensaver status known? SCREENSAVER_STATUS = checkScreenSaverStatus(); - if (lock_withMethod == "kscreensaver") { + if (lock_withMethod == "tdescreensaver") { if((SCREENSAVER_STATUS == 1) || (SCREENSAVER_STATUS == 0)){ DCOPReply reply = screen_save_dcop_ref.call("lock"); if ( reply.isValid() ) { |