summaryrefslogtreecommitdiffstats
path: root/plugins/scheduler/bwswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/scheduler/bwswidget.cpp')
-rw-r--r--plugins/scheduler/bwswidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/scheduler/bwswidget.cpp b/plugins/scheduler/bwswidget.cpp
index a4180ab..dd9728f 100644
--- a/plugins/scheduler/bwswidget.cpp
+++ b/plugins/scheduler/bwswidget.cpp
@@ -34,8 +34,8 @@
namespace kt
{
- BWSWidget::BWSWidget(TQWidget* tqparent, const char* name, bool useColors)
- : TQTable(tqparent,name), m_leftCategory(1), m_rightCategory(0), draw_focus(true), right_click(false), use_colors(useColors)
+ BWSWidget::BWSWidget(TQWidget* parent, const char* name, bool useColors)
+ : TQTable(parent,name), m_leftCategory(1), m_rightCategory(0), draw_focus(true), right_click(false), use_colors(useColors)
{
use_colors = SchedulerPluginSettings::useColors();