summaryrefslogtreecommitdiffstats
path: root/kppp/edit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/edit.cpp')
-rw-r--r--kppp/edit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/edit.cpp b/kppp/edit.cpp
index cc26a889..8986520b 100644
--- a/kppp/edit.cpp
+++ b/kppp/edit.cpp
@@ -75,7 +75,7 @@ DialWidget::DialWidget( TQWidget *parent, bool isnewaccount, const char *name )
number_label->setBuddy(numbers);
numbers->setMinimumSize(120, 70);
lpn->addWidget(numbers);
- TQVBoxLayout *lpn1 = new QVBoxLayout;
+ TQVBoxLayout *lpn1 = new TQVBoxLayout;
lpn->addLayout(lpn1);
add = new TQPushButton(i18n("&Add..."), parent);
del = new TQPushButton(i18n("&Remove"), parent);
@@ -630,7 +630,7 @@ DNSWidget::DNSWidget( TQWidget *parent, bool isnewaccount, const char *name )
dns_label = new TQLabel(i18n("DNS &IP address:"), parent);
tl->addWidget(dns_label, 3, 0);
- TQHBoxLayout *l2 = new QHBoxLayout;
+ TQHBoxLayout *l2 = new TQHBoxLayout;
tl->addLayout(l2, 3, 1);
dnsipaddr = new IPLineEdit(parent);
dns_label->setBuddy(dnsipaddr);
@@ -651,7 +651,7 @@ DNSWidget::DNSWidget( TQWidget *parent, bool isnewaccount, const char *name )
TQWhatsThis::add(dns_label, tmp);
TQWhatsThis::add(dnsipaddr, tmp);
- TQHBoxLayout *l1 = new QHBoxLayout;
+ TQHBoxLayout *l1 = new TQHBoxLayout;
tl->addLayout(l1, 4, 1);
add = new TQPushButton(i18n("&Add"), parent);
connect(add, TQT_SIGNAL(clicked()), TQT_SLOT(adddns()));