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 | 05768569bc9c8b3eb75c837d305058fc280db63c (patch) | |
tree | b579458c940bdbd8c5b39ab69176adcf52063814 /src/gui/editors/notation/NotationView.cpp | |
parent | e91a89851643a56bf643d0430511aba4c8fb331e (diff) | |
download | rosegarden-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/gui/editors/notation/NotationView.cpp')
-rw-r--r-- | src/gui/editors/notation/NotationView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp index 4d16fb7..d58515f 100644 --- a/src/gui/editors/notation/NotationView.cpp +++ b/src/gui/editors/notation/NotationView.cpp @@ -761,7 +761,7 @@ NotationView::NotationView(RosegardenGUIDoc *doc, m_inhibitRefresh = false; // slotCheckRendered(0, getCanvasView()->visibleWidth()); - // getCanvasView()->tqrepaintContents(); + // getCanvasView()->repaintContents(); updateView(); TQObject::connect |