diff options
Diffstat (limited to 'arts/builder/portposdlg.h')
-rw-r--r-- | arts/builder/portposdlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arts/builder/portposdlg.h b/arts/builder/portposdlg.h index 1adc997c..aa61bad1 100644 --- a/arts/builder/portposdlg.h +++ b/arts/builder/portposdlg.h @@ -32,13 +32,14 @@ class PortPosDlg :public TQDialog { Q_OBJECT + TQ_OBJECT protected: Structure *structure; TQListBox *listbox; std::vector<StructurePort *> listports; public: - PortPosDlg(TQWidget *parent, Structure *structure); + PortPosDlg(TQWidget *tqparent, Structure *structure); void update(); public slots: |