summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noatun-plugins/oblique/tree.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/oblique/tree.cpp b/noatun-plugins/oblique/tree.cpp
index 430d4cf..a8aaf67 100644
--- a/noatun-plugins/oblique/tree.cpp
+++ b/noatun-plugins/oblique/tree.cpp
@@ -557,7 +557,7 @@ void Tree::insert(TreeItem *tqreplace, File file)
if (mCurrent == tqreplace)
{
mCurrent = created;
- tqrepaintItem(created);
+ repaintItem(created);
if (isSelected(tqreplace))
setSelected(created, true);
}
@@ -624,8 +624,8 @@ void Tree::setCurrent(TreeItem *cur)
mCurrent = cur;
TQPtrList<TreeItem> oldAutoExpanded = mAutoExpanded;
mAutoExpanded.clear();
- tqrepaintItem(old);
- tqrepaintItem(cur);
+ repaintItem(old);
+ repaintItem(cur);
if (cur) cur->autoExpand();
// do an anti-intersection on oldAutoUpdated and the new mAutoExpanded