Rename incorrect instances of tqrepaint[...] to repaint[...]

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knowit@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent e86f8310a9
commit 185b99383f

@ -576,7 +576,7 @@ void Knowit::applyOptions(const KnowitOptions& O, bool store)
Layout->setOrientation(O.horizontalSplit ? Qt::Horizontal :
Qt::Vertical);
Items->setAlternateBackground(O.alternateTree ? TQColor(O.alternateColor) : TQColor());
Items->tqrepaintContents();
Items->repaintContents();
if (Items->currentItem())
slotItemChanged(Items->currentItem());
slotNoteChanged(Items->currentItem());
@ -825,7 +825,7 @@ void Knowit::slotNoteSort()
{
if (Items->currentItem()) {
Items->currentItem()->sortChildItems(0, true);
Items->tqrepaintContents();
Items->repaintContents();
}
}

Loading…
Cancel
Save