summaryrefslogtreecommitdiffstats
path: root/src/document/RosegardenGUIDoc.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit05768569bc9c8b3eb75c837d305058fc280db63c (patch)
treeb579458c940bdbd8c5b39ab69176adcf52063814 /src/document/RosegardenGUIDoc.h
parente91a89851643a56bf643d0430511aba4c8fb331e (diff)
downloadrosegarden-05768569bc9c8b3eb75c837d305058fc280db63c.tar.gz
rosegarden-05768569bc9c8b3eb75c837d305058fc280db63c.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/document/RosegardenGUIDoc.h')
-rw-r--r--src/document/RosegardenGUIDoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/RosegardenGUIDoc.h b/src/document/RosegardenGUIDoc.h
index 282e8c0..85cd484 100644
--- a/src/document/RosegardenGUIDoc.h
+++ b/src/document/RosegardenGUIDoc.h
@@ -449,7 +449,7 @@ 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
+ * changed. As this view normally repaints itself, it is excluded
* from the paintEvent.
*/
void slotUpdateAllViews(RosegardenGUIView *sender);