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/matrix/MatrixView.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/matrix/MatrixView.cpp')
-rw-r--r-- | src/gui/editors/matrix/MatrixView.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/matrix/MatrixView.cpp b/src/gui/editors/matrix/MatrixView.cpp index 424b98e..cd5ba47 100644 --- a/src/gui/editors/matrix/MatrixView.cpp +++ b/src/gui/editors/matrix/MatrixView.cpp @@ -1078,7 +1078,7 @@ void MatrixView::refreshSegment(Segment *segment, } m_staffs[0]->positionElements(startTime, endTime); - tqrepaintRulers(); + repaintRulers(); } TQSize MatrixView::getViewSize() @@ -1096,7 +1096,7 @@ void MatrixView::setViewSize(TQSize s) MATRIX_DEBUG << "MatrixView::setViewSize() contentsWidth = " << getCanvasView()->contentsWidth() << endl; } -void MatrixView::tqrepaintRulers() +void MatrixView::repaintRulers() { for (unsigned int i = 0; i != m_propertyViewRulers.size(); i++) m_propertyViewRulers[i].first->tqrepaint(); @@ -2574,7 +2574,7 @@ MatrixView::readjustCanvasSize() // now get the EditView to do the biz readjustViewSize(TQSize(newWidth, maxHeight), true); - tqrepaintRulers(); + repaintRulers(); } void MatrixView::slotVelocityUp() |