summaryrefslogtreecommitdiffstats
path: root/arts/builder/interfacedlg.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
commit636eef5bea9dd243a08d77c9c537fb36ee30f838 (patch)
tree633371d5444df2ff94709d964e9055daea7c2bcc /arts/builder/interfacedlg.cpp
parente654398e46e37abf457b2b1122ab898d2c51c49f (diff)
downloadtdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.tar.gz
tdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'arts/builder/interfacedlg.cpp')
-rw-r--r--arts/builder/interfacedlg.cpp4
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);