From 80f772ad054f92e81e0eb3bc7319a32e8a4e8a05 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:03 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit f3cf754cc9c54fc1de34ef06110a6810d655390a. --- src/screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 1d28f55..231dd6d 100644 --- a/src/screen.h +++ b/src/screen.h @@ -167,9 +167,9 @@ public: bool setScreenSaver( bool ); //! for check the status of the screensaver - int checkScreenSaverStatus(); + int checkScreenSavertqStatus(); //! for check the actual status of DPMS on the machine - int checkDPMSStatus(); + int checkDPMStqStatus(); //! default constructor screen(); -- cgit v1.2.3