summaryrefslogtreecommitdiffstats
path: root/kpackage/updateLoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/updateLoc.cpp')
-rw-r--r--kpackage/updateLoc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpackage/updateLoc.cpp b/kpackage/updateLoc.cpp
index 4bee494..5f125db 100644
--- a/kpackage/updateLoc.cpp
+++ b/kpackage/updateLoc.cpp
@@ -271,7 +271,7 @@ void updateLoc::doBase(const TQString & bmsg)
base = 0;
if (haveBase) {
fbase = new TQGroupBox(bmsg, this);
- fbase->setColumnLayout(0, Qt::Vertical );
+ fbase->setColumnLayout(0, TQt::Vertical );
fbase->layout()->setSpacing( KDialog::spacingHint() );
fbase->layout()->setMargin( KDialog::marginHint() );
vbase = new TQVBoxLayout(fbase->layout());
@@ -297,7 +297,7 @@ aUpdateLoc::aUpdateLoc(TQWidget *p, int panelNumber, pkgInterface *inter, const
ap[0] = 0;
- TQGroupBox *floc = new TQGroupBox(1,Qt::Vertical, label, this);
+ TQGroupBox *floc = new TQGroupBox(1,TQt::Vertical, label, this);
vf->addWidget(floc,1);
TQScrollView* sv = new TQScrollView(floc);
sv->setHScrollBarMode(TQScrollView::AlwaysOff);
@@ -409,7 +409,7 @@ pdUpdateLoc::pdUpdateLoc(TQWidget *p, int panelNumber, pkgInterface *inter, cons
doBase(bmsg);
TQGroupBox *floc = new TQGroupBox(lmsg, this);
- floc->setColumnLayout(0, Qt::Vertical );
+ floc->setColumnLayout(0, TQt::Vertical );
floc->layout()->setSpacing( KDialog::spacingHint() );
floc->layout()->setMargin( KDialog::marginHint() );
vf->addWidget(floc,1);
@@ -546,7 +546,7 @@ cUpdateLoc::cUpdateLoc(TQWidget *p, int panelNumber, pkgInterface *inter, const
for (int i = 0; i < numLines; i++) {
TQGroupBox *floc = new TQGroupBox(*kcIt, this);
- floc->setColumnLayout(0, Qt::Vertical );
+ floc->setColumnLayout(0, TQt::Vertical );
floc->layout()->setSpacing( KDialog::spacingHint() );
floc->layout()->setMargin( KDialog::marginHint() );
vf->addWidget(floc,1);