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 | dcb06497ea70d050554422eec10b0756d926a5c0 (patch) | |
tree | 8bd9932ec2dca0aceb6667f35ccc1b6072e51f4f /kverbos | |
parent | 878c5b9a5da549a846b6ae11c3e356957d0aff00 (diff) | |
download | tdeedu-dcb06497ea70d050554422eec10b0756d926a5c0.tar.gz tdeedu-dcb06497ea70d050554422eec10b0756d926a5c0.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kverbos')
-rw-r--r-- | kverbos/kverbos/kverbosdoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kverbos/kverbos/kverbosdoc.h b/kverbos/kverbos/kverbosdoc.h index b419c300..20e5753d 100644 --- a/kverbos/kverbos/kverbosdoc.h +++ b/kverbos/kverbos/kverbosdoc.h @@ -142,7 +142,7 @@ class KVerbosDoc : public TQObject public slots: /** * calls tqrepaint() on all views connected to the document object and is called by the view by which the document has been changed. - * As this view normally tqrepaints itself, it is excluded from the paintEvent. + * As this view normally repaints itself, it is excluded from the paintEvent. */ void slotUpdateAllViews(KVerbosView *sender); |