diff options
Diffstat (limited to 'plugins/scheduler/bwswidget.h')
-rw-r--r-- | plugins/scheduler/bwswidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scheduler/bwswidget.h b/plugins/scheduler/bwswidget.h index c313dd1..781517a 100644 --- a/plugins/scheduler/bwswidget.h +++ b/plugins/scheduler/bwswidget.h @@ -46,7 +46,7 @@ namespace kt Q_OBJECT TQ_OBJECT public: - BWSWidget(TQWidget* tqparent = 0, const char* name = 0, bool useColors = true); + BWSWidget(TQWidget* parent = 0, const char* name = 0, bool useColors = true); ~BWSWidget(); ///Repaints the whole widget |