summaryrefslogtreecommitdiffstats
path: root/arts/builder/interfacedlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/interfacedlg.h')
-rw-r--r--arts/builder/interfacedlg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arts/builder/interfacedlg.h b/arts/builder/interfacedlg.h
index d5a888c4..4524eaaa 100644
--- a/arts/builder/interfacedlg.h
+++ b/arts/builder/interfacedlg.h
@@ -24,19 +24,19 @@
#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 InterfaceDlg :public QDialog {
+class InterfaceDlg :public TQDialog {
Q_OBJECT
protected:
- QListBox *listbox;
+ TQListBox *listbox;
public:
- InterfaceDlg(QWidget *parent);
+ InterfaceDlg(TQWidget *parent);
std::string interfaceName();
void update(const std::string& interface, const std::string& indent);