summaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:25 -0600
commitf3cf754cc9c54fc1de34ef06110a6810d655390a (patch)
tree8737e258944c7afab6d75bb12c65a2d54074a400 /src/screen.h
parentdf7f6bd80367ffe8753aa6a11ad44b7e0e12e4f9 (diff)
downloadtdepowersave-f3cf754cc9c54fc1de34ef06110a6810d655390a.tar.gz
tdepowersave-f3cf754cc9c54fc1de34ef06110a6810d655390a.zip
Rename a number of old tq methods that are no longer tq specific
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();