From a6a8ad44b48bdfff1a1a3123097a84f23105f64b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:12:54 -0600 Subject: Rename old tq methods that no longer need a unique name --- 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 231dd6d..1d28f55 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 checkScreenSavertqStatus(); + int checkScreenSaverStatus(); //! for check the actual status of DPMS on the machine - int checkDPMStqStatus(); + int checkDPMSStatus(); //! default constructor screen(); -- cgit v1.2.1