summaryrefslogtreecommitdiffstats
path: root/arts/builder/portposdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/portposdlg.h')
-rw-r--r--arts/builder/portposdlg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arts/builder/portposdlg.h b/arts/builder/portposdlg.h
index 775e24be..1adc997c 100644
--- a/arts/builder/portposdlg.h
+++ b/arts/builder/portposdlg.h
@@ -24,21 +24,21 @@
#include "structure.h"
#include "structureport.h"
-#include <qdialog.h>
-#include <qlistbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
+#include <tqdialog.h>
+#include <tqlistbox.h>
+#include <tqlabel.h>
+#include <tqlineedit.h>
#include <vector>
-class PortPosDlg :public QDialog {
+class PortPosDlg :public TQDialog {
Q_OBJECT
protected:
Structure *structure;
- QListBox *listbox;
+ TQListBox *listbox;
std::vector<StructurePort *> listports;
public:
- PortPosDlg(QWidget *parent, Structure *structure);
+ PortPosDlg(TQWidget *parent, Structure *structure);
void update();
public slots: