diff options
Diffstat (limited to 'kppp/acctselect.cpp')
-rw-r--r-- | kppp/acctselect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/acctselect.cpp b/kppp/acctselect.cpp index 56a28cb4..eceeff76 100644 --- a/kppp/acctselect.cpp +++ b/kppp/acctselect.cpp @@ -78,7 +78,7 @@ AccountingSelector::AccountingSelector(TQWidget *parent, bool _isnewaccount, con l1->addWidget(up, 1); // label to display the currently selected ruleset - TQHBoxLayout *l11 = new QHBoxLayout; + TQHBoxLayout *l11 = new TQHBoxLayout; l1->addSpacing(10); l1->addLayout(l11); TQLabel *lsel = new TQLabel(i18n("Selected:"), parent); @@ -92,7 +92,7 @@ AccountingSelector::AccountingSelector(TQWidget *parent, bool _isnewaccount, con // volume accounting l1->addStretch(1); - TQHBoxLayout *l12 = new QHBoxLayout; + TQHBoxLayout *l12 = new TQHBoxLayout; l1->addLayout(l12); TQLabel *usevol_l = new TQLabel(i18n("Volume accounting:"), parent); use_vol = new TQComboBox(parent); |