diff options
Diffstat (limited to 'kppp/pppstatdlg.cpp')
-rw-r--r-- | kppp/pppstatdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/pppstatdlg.cpp b/kppp/pppstatdlg.cpp index b991da27..9c5ecda9 100644 --- a/kppp/pppstatdlg.cpp +++ b/kppp/pppstatdlg.cpp @@ -65,11 +65,11 @@ PPPStatsDlg::PPPStatsDlg(TQWidget *parent, const char *name, TQWidget *, l1->setColStretch(1, 1); // inner part of the grid - TQVBoxLayout *l11 = new QVBoxLayout; + TQVBoxLayout *l11 = new TQVBoxLayout; l1->addLayout(l11, 1, 1); // modem pixmap and IP labels - TQHBoxLayout *l111 = new QHBoxLayout; + TQHBoxLayout *l111 = new TQHBoxLayout; l11->addLayout(l111); big_modem_both_pixmap = UserIcon("modemboth"); @@ -155,7 +155,7 @@ PPPStatsDlg::PPPStatsDlg(TQWidget *parent, const char *name, TQWidget *, l112->setColStretch(3, 1); tl->addSpacing(5); - TQHBoxLayout *l12 = new QHBoxLayout; + TQHBoxLayout *l12 = new TQHBoxLayout; tl->addLayout(l12); l12->addStretch(1); |