summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/View.h')
-rw-r--r--kmplot/kmplot/View.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/View.h b/kmplot/kmplot/View.h
index 034f83da..199af7a0 100644
--- a/kmplot/kmplot/View.h
+++ b/kmplot/kmplot/View.h
@@ -70,7 +70,7 @@ class View : public TQWidget, virtual public ViewIface
TQ_OBJECT
public:
/// Contructor sets up the parser, too.
- View(bool, bool &, KPopupMenu *, TQWidget* tqparent=NULL, const char* name=NULL );
+ View(bool, bool &, KPopupMenu *, TQWidget* parent=NULL, const char* name=NULL );
void setMinMaxDlg(KMinMax *);
virtual ~View();