diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 6171b5113040c768f68b673ec0e8ae2f82c64391 (patch) | |
tree | f67c2b1d073d34517739a905e4e550ec2d675deb /kwin/lib/kdecoration.h | |
parent | 0ec9a2e4ecb64811b592c6736bc47fadadc0e27f (diff) | |
download | tdebase-6171b5113040c768f68b673ec0e8ae2f82c64391.tar.gz tdebase-6171b5113040c768f68b673ec0e8ae2f82c64391.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/lib/kdecoration.h')
-rw-r--r-- | kwin/lib/kdecoration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/lib/kdecoration.h b/kwin/lib/kdecoration.h index 61c3d924f..37dc3f69a 100644 --- a/kwin/lib/kdecoration.h +++ b/kwin/lib/kdecoration.h @@ -573,13 +573,13 @@ class KWIN_EXPORT KDecoration * whether it's shaded. Decorations often turn off their bottom border when the * window is shaded, and turn off their left/right/bottom borders when * the window is maximized and moving and resizing of maximized windows is disabled. - * This function mustn't do any tqrepaints or resizes. Also, if the sizes returned + * This function mustn't do any repaints or resizes. Also, if the sizes returned * by this function don't match the real values, this may result in drawing errors * or other problems. * * @see KDecorationOptions::moveResizeMaximizedWindows() */ - // mustn't do any tqrepaints, resizes or anything like that + // mustn't do any repaints, resizes or anything like that virtual void borders( int& left, int& right, int& top, int& bottom ) const = 0; /** * This method is called by kwin when the style should resize the decoration window. |