summaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:12:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:12:54 -0600
commita6a8ad44b48bdfff1a1a3123097a84f23105f64b (patch)
treece37b6ebfd5a90ad734fe2e0749facf521d7fb72 /src/screen.h
parent80f772ad054f92e81e0eb3bc7319a32e8a4e8a05 (diff)
downloadtdepowersave-a6a8ad44b48bdfff1a1a3123097a84f23105f64b.tar.gz
tdepowersave-a6a8ad44b48bdfff1a1a3123097a84f23105f64b.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h4
1 files changed, 2 insertions, 2 deletions
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();