diff options
Diffstat (limited to 'plugins/scheduler/bwsprefpagewidget.cpp')
-rw-r--r-- | plugins/scheduler/bwsprefpagewidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/scheduler/bwsprefpagewidget.cpp b/plugins/scheduler/bwsprefpagewidget.cpp index 96e0613..95f72d6 100644 --- a/plugins/scheduler/bwsprefpagewidget.cpp +++ b/plugins/scheduler/bwsprefpagewidget.cpp @@ -45,8 +45,8 @@ namespace kt /* PREF PAGE WIDGET --------------------------------------------------------*/ - BWSPrefPageWidget::BWSPrefPageWidget(TQWidget* tqparent, const char* name, WFlags fl) - : BWSPage(tqparent,name,fl) + BWSPrefPageWidget::BWSPrefPageWidget(TQWidget* parent, const char* name, WFlags fl) + : BWSPage(parent,name,fl) { loadDefault(); |