From 03d51915bf86a00c5953817c89976b62785bb5a1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kolourpaint/kpview.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kolourpaint/kpview.h') diff --git a/kolourpaint/kpview.h b/kolourpaint/kpview.h index 66471489..44674123 100644 --- a/kolourpaint/kpview.h +++ b/kolourpaint/kpview.h @@ -344,10 +344,10 @@ protected: public: /** * Adds a region (in view coordinates) to the dirty area that is - * tqrepainted when the tqparent @ref kpViewManager is set not to queue + * repainted when the tqparent @ref kpViewManager is set not to queue * updates. * - * @param region Region (in view coordinates) that needs tqrepainting. + * @param region Region (in view coordinates) that needs repainting. */ void addToQueuedArea (const TQRegion ®ion); @@ -355,10 +355,10 @@ public: * Convenience function. Same as above. * * Adds a rectangle (in view coordinates) to the dirty area that is - * tqrepainted when the tqparent @ref kpViewManager is set not to queue + * repainted when the tqparent @ref kpViewManager is set not to queue * updates. * - * @param rect Rectangle (in view coordinates) that needs tqrepainting. + * @param rect Rectangle (in view coordinates) that needs repainting. */ void addToQueuedArea (const TQRect &rect); -- cgit v1.2.3