From 89761f7206a1d363dad8e5759184b0af8077ead5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/oblique/tree.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'noatun-plugins') 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 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 -- cgit v1.2.1