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
v3.5.13-sru
tpearson 14 years ago
parent e91a898516
commit 05768569bc

@ -449,7 +449,7 @@ public slots:
/** /**
* calls tqrepaint() on all views connected to the document object * calls tqrepaint() on all views connected to the document object
* and is called by the view by which the document has been * 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. * from the paintEvent.
*/ */
void slotUpdateAllViews(RosegardenGUIView *sender); void slotUpdateAllViews(RosegardenGUIView *sender);

@ -1078,7 +1078,7 @@ void MatrixView::refreshSegment(Segment *segment,
} }
m_staffs[0]->positionElements(startTime, endTime); m_staffs[0]->positionElements(startTime, endTime);
tqrepaintRulers(); repaintRulers();
} }
TQSize MatrixView::getViewSize() TQSize MatrixView::getViewSize()
@ -1096,7 +1096,7 @@ void MatrixView::setViewSize(TQSize s)
MATRIX_DEBUG << "MatrixView::setViewSize() contentsWidth = " << getCanvasView()->contentsWidth() << endl; MATRIX_DEBUG << "MatrixView::setViewSize() contentsWidth = " << getCanvasView()->contentsWidth() << endl;
} }
void MatrixView::tqrepaintRulers() void MatrixView::repaintRulers()
{ {
for (unsigned int i = 0; i != m_propertyViewRulers.size(); i++) for (unsigned int i = 0; i != m_propertyViewRulers.size(); i++)
m_propertyViewRulers[i].first->tqrepaint(); m_propertyViewRulers[i].first->tqrepaint();
@ -2574,7 +2574,7 @@ MatrixView::readjustCanvasSize()
// now get the EditView to do the biz // now get the EditView to do the biz
readjustViewSize(TQSize(newWidth, maxHeight), true); readjustViewSize(TQSize(newWidth, maxHeight), true);
tqrepaintRulers(); repaintRulers();
} }
void MatrixView::slotVelocityUp() void MatrixView::slotVelocityUp()

@ -201,7 +201,7 @@ public:
* Repaint the control rulers * Repaint the control rulers
* *
*/ */
void tqrepaintRulers(); void repaintRulers();
/* /*
* Readjust the canvas size * Readjust the canvas size

@ -761,7 +761,7 @@ NotationView::NotationView(RosegardenGUIDoc *doc,
m_inhibitRefresh = false; m_inhibitRefresh = false;
// slotCheckRendered(0, getCanvasView()->visibleWidth()); // slotCheckRendered(0, getCanvasView()->visibleWidth());
// getCanvasView()->tqrepaintContents(); // getCanvasView()->repaintContents();
updateView(); updateView();
TQObject::connect TQObject::connect

Loading…
Cancel
Save