From 36e4074ba1536a63a121293b20663a38cad836b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:26:34 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kppp/accounts.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kppp/accounts.cpp') diff --git a/kppp/accounts.cpp b/kppp/accounts.cpp index d374e6c6..ce7b6ea3 100644 --- a/kppp/accounts.cpp +++ b/kppp/accounts.cpp @@ -58,7 +58,7 @@ AccountWidget::AccountWidget( TQWidget *parent, const char *name ) TQVBoxLayout *l1 = new TQVBoxLayout(parent, 10, 10); // add a hbox - TQHBoxLayout *l11 = new QHBoxLayout; + TQHBoxLayout *l11 = new TQHBoxLayout; l1->addLayout(l11); accountlist_l = new TQListBox(parent); @@ -69,7 +69,7 @@ AccountWidget::AccountWidget( TQWidget *parent, const char *name ) this, TQT_SLOT(editaccount())); l11->addWidget(accountlist_l, 10); - TQVBoxLayout *l111 = new QVBoxLayout; + TQVBoxLayout *l111 = new TQVBoxLayout; l11->addLayout(l111, 1); edit_b = new TQPushButton(i18n("&Edit..."), parent); connect(edit_b, TQT_SIGNAL(clicked()), TQT_SLOT(editaccount())); @@ -103,11 +103,11 @@ AccountWidget::AccountWidget( TQWidget *parent, const char *name ) i18n("

Deletes the selected account\n\n" "Use with care!")); - TQHBoxLayout *l12 = new QHBoxLayout; + TQHBoxLayout *l12 = new TQHBoxLayout; l1->addStretch(1); l1->addLayout(l12); - TQVBoxLayout *l121 = new QVBoxLayout; + TQVBoxLayout *l121 = new TQVBoxLayout; l12->addLayout(l121); l121->addStretch(1); costlabel = new TQLabel(i18n("Phone costs:"), parent); @@ -148,7 +148,7 @@ AccountWidget::AccountWidget( TQWidget *parent, const char *name ) TQWhatsThis::add(vollabel,tmp); TQWhatsThis::add(voledit, tmp); - TQVBoxLayout *l122 = new QVBoxLayout; + TQVBoxLayout *l122 = new TQVBoxLayout; l12->addStretch(1); l12->addLayout(l122); -- cgit v1.2.1