diff options
Diffstat (limited to 'arts/builder/interfacedlg.cpp')
-rw-r--r-- | arts/builder/interfacedlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/builder/interfacedlg.cpp b/arts/builder/interfacedlg.cpp index a96a1b35..706576d1 100644 --- a/arts/builder/interfacedlg.cpp +++ b/arts/builder/interfacedlg.cpp @@ -46,7 +46,7 @@ InterfaceDlg::InterfaceDlg(TQWidget *parent) :TQDialog(parent,"Props", TRUE) setCaption(i18n("aRts: Structureport View")); TQVBoxLayout *mainlayout = new TQVBoxLayout(this); - //TQHBoxLayout *contentslayout = new QHBoxLayout; + //TQHBoxLayout *contentslayout = new TQHBoxLayout; // object type /* @@ -104,7 +104,7 @@ InterfaceDlg::InterfaceDlg(TQWidget *parent) :TQDialog(parent,"Props", TRUE) // buttons - TQHBoxLayout *buttonlayout = new QHBoxLayout; + TQHBoxLayout *buttonlayout = new TQHBoxLayout; mainlayout->addSpacing(5); mainlayout->addLayout(buttonlayout); mainlayout->addSpacing(5); |