diff options
Diffstat (limited to 'kppp/accounts.cpp')
| -rw-r--r-- | kppp/accounts.cpp | 10 | 
1 files changed, 5 insertions, 5 deletions
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("<p>Deletes the selected account\n\n"  		       "<font color=\"red\"><b>Use with care!</b></font>")); -  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);  | 
