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
v3.5.13-sru
tpearson 13 years ago
parent b8b41aa5ac
commit 15dca2cc45

@ -175,7 +175,7 @@ namespace kt
updateHeaderStates(); updateHeaderStates();
} }
void BWSWidget::tqrepaintWidget() void BWSWidget::repaintWidget()
{ {
for(int i=0; i<7; ++i) for(int i=0; i<7; ++i)
for(int j=0; j<24; ++j) for(int j=0; j<24; ++j)
@ -194,7 +194,7 @@ namespace kt
draw_focus = false; draw_focus = false;
clearSelection(); clearSelection();
updateHeaderStates(); updateHeaderStates();
tqrepaintWidget(); repaintWidget();
} }
void BWSWidget::setLeftCategory(const int& theValue) void BWSWidget::setLeftCategory(const int& theValue)
@ -296,7 +296,7 @@ namespace kt
use_colors = color; use_colors = color;
tqrepaintWidget(); repaintWidget();
} }
void BWSWidget::setSchedule(const BWS& theValue) void BWSWidget::setSchedule(const BWS& theValue)

@ -50,7 +50,7 @@ namespace kt
~BWSWidget(); ~BWSWidget();
///Repaints the whole widget ///Repaints the whole widget
void tqrepaintWidget(); void repaintWidget();
///Clears selection (removes focus) ///Clears selection (removes focus)
void clearSelect(); void clearSelect();

Loading…
Cancel
Save