From 15dca2cc45947fde92cfda1c4c1e84b8b8a21f46 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/applications/ktorrent@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/scheduler/bwswidget.cpp | 6 +++--- plugins/scheduler/bwswidget.h | 2 +- 2 files changed, 4 insertions(+), 4 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) diff --git a/plugins/scheduler/bwswidget.h b/plugins/scheduler/bwswidget.h index bd0a94d..c313dd1 100644 --- a/plugins/scheduler/bwswidget.h +++ b/plugins/scheduler/bwswidget.h @@ -50,7 +50,7 @@ namespace kt ~BWSWidget(); ///Repaints the whole widget - void tqrepaintWidget(); + void repaintWidget(); ///Clears selection (removes focus) void clearSelect(); -- cgit v1.2.3