summaryrefslogtreecommitdiffstats
path: root/plugins/scheduler/bwswidget.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit15dca2cc45947fde92cfda1c4c1e84b8b8a21f46 (patch)
treedb8933f773b4752eca53a5651151e41d64bc4753 /plugins/scheduler/bwswidget.cpp
parentb8b41aa5aca5837e46470bfd738598b1acb90028 (diff)
downloadktorrent-15dca2cc45947fde92cfda1c4c1e84b8b8a21f46.tar.gz
ktorrent-15dca2cc45947fde92cfda1c4c1e84b8b8a21f46.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/scheduler/bwswidget.cpp')
-rw-r--r--plugins/scheduler/bwswidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/scheduler/bwswidget.cpp b/plugins/scheduler/bwswidget.cpp
index 4cfb3f4..a4180ab 100644
--- a/plugins/scheduler/bwswidget.cpp
+++ b/plugins/scheduler/bwswidget.cpp
@@ -175,7 +175,7 @@ namespace kt
updateHeaderStates();
}
- void BWSWidget::tqrepaintWidget()
+ void BWSWidget::repaintWidget()
{
for(int i=0; i<7; ++i)
for(int j=0; j<24; ++j)
@@ -194,7 +194,7 @@ namespace kt
draw_focus = false;
clearSelection();
updateHeaderStates();
- tqrepaintWidget();
+ repaintWidget();
}
void BWSWidget::setLeftCategory(const int& theValue)
@@ -296,7 +296,7 @@ namespace kt
use_colors = color;
- tqrepaintWidget();
+ repaintWidget();
}
void BWSWidget::setSchedule(const BWS& theValue)