diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | fe9b5d95c9a717fea16685ed7c175e1659d7127c (patch) | |
tree | d25f548cddafc13b0336fd1a900ce01a62c4c88c /src/screen.cpp | |
parent | 3cdd44798b7565639ca08dc051fbe21e41d546fa (diff) | |
download | kpowersave-fe9b5d95c9a717fea16685ed7c175e1659d7127c.tar.gz kpowersave-fe9b5d95c9a717fea16685ed7c175e1659d7127c.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/screen.cpp')
-rw-r--r-- | src/screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.cpp b/src/screen.cpp index ef62233..6bc9c0b 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -120,7 +120,7 @@ static int got_badwindow; /*! Errorhandler for all X-Server related operations */ static XErrorHandler defaultHandler; -//! to tqfind/handle bad XWindows / XSetErrorHandler +//! to find/handle bad XWindows / XSetErrorHandler /*! * This function is involved by the search for the window of the Xscreensaver. By this * function we seperate the BadWindow-error and set \ref got_badwindow if we get a BadWindow. |