diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:11:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:11:57 -0600 |
commit | 966b30e320ea9f5f8fb25fb67ad2205aad3a2c26 (patch) | |
tree | c84ec681a10fbf2d8dc4f082b88c5335fd81cfbe /src/screen.cpp | |
parent | d60d44d67fa75f6576e0d20f13c50721acbf89da (diff) | |
download | tdepowersave-966b30e320ea9f5f8fb25fb67ad2205aad3a2c26.tar.gz tdepowersave-966b30e320ea9f5f8fb25fb67ad2205aad3a2c26.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() ) { |