From 636eef5bea9dd243a08d77c9c537fb36ee30f838 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:25:03 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/builder/interfacedlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arts/builder/interfacedlg.cpp') 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); -- cgit v1.2.3