summaryrefslogtreecommitdiffstats
path: root/src/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwidget.h')
-rw-r--r--src/mainwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwidget.h b/src/mainwidget.h
index 175e593..4c4aeae 100644
--- a/src/mainwidget.h
+++ b/src/mainwidget.h
@@ -55,7 +55,7 @@ class MainWidget : public MainWidgetBase
public:
//! Default constructor (all parameters are simply passed to MainWidgetBase)
- MainWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
+ MainWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
//! Default destructor
~MainWidget();