diff options
Diffstat (limited to 'arts/builder/portposdlg.cpp')
-rw-r--r-- | arts/builder/portposdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/portposdlg.cpp b/arts/builder/portposdlg.cpp index ecd877c9..63f2546c 100644 --- a/arts/builder/portposdlg.cpp +++ b/arts/builder/portposdlg.cpp @@ -40,7 +40,7 @@ using namespace std; -PortPosDlg::PortPosDlg(TQWidget *tqparent, Structure *structure) :TQDialog(tqparent,"Props", TRUE) +PortPosDlg::PortPosDlg(TQWidget *parent, Structure *structure) :TQDialog(parent,"Props", TRUE) { this->structure = structure; |