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 | 89761f7206a1d363dad8e5759184b0af8077ead5 (patch) | |
tree | 3867d8382a5f5aaa4b185aa9253b224e17bf6398 /noatun-plugins/oblique/tree.cpp | |
parent | 96e4fb8575ef8e27aec42c6856e10e75cd13ff77 (diff) | |
download | tdeaddons-89761f7206a1d363dad8e5759184b0af8077ead5.tar.gz tdeaddons-89761f7206a1d363dad8e5759184b0af8077ead5.zip |
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
Diffstat (limited to 'noatun-plugins/oblique/tree.cpp')
-rw-r--r-- | noatun-plugins/oblique/tree.cpp | 6 |
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 |