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 | c3509de54b7ba51981f84c6981aa2ccae2f2bc2f (patch) | |
tree | d1b63b005ae0ff1fa7b299dbd711aaa1b11952e5 /kregexpeditor/regexpwidget.h | |
parent | 598cf55c6eb7cbae4df369ba3260258c15541810 (diff) | |
download | tdeutils-c3509de54b7ba51981f84c6981aa2ccae2f2bc2f.tar.gz tdeutils-c3509de54b7ba51981f84c6981aa2ccae2f2bc2f.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kregexpeditor/regexpwidget.h')
-rw-r--r-- | kregexpeditor/regexpwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/regexpwidget.h b/kregexpeditor/regexpwidget.h index 27a57d1..1774d40 100644 --- a/kregexpeditor/regexpwidget.h +++ b/kregexpeditor/regexpwidget.h @@ -99,7 +99,7 @@ public: virtual bool updateSelection(bool tqparentSelected); /** - Clears the selection and tqrepaints the widget if `update' is true. + Clears the selection and repaints the widget if `update' is true. */ virtual void clearSelection(); |