diff options
Diffstat (limited to 'kppp/modems.cpp')
-rw-r--r-- | kppp/modems.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/modems.cpp b/kppp/modems.cpp index 379b3c96..cd7e3373 100644 --- a/kppp/modems.cpp +++ b/kppp/modems.cpp @@ -57,7 +57,7 @@ ModemsWidget::ModemsWidget( 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); modemlist_l = new TQListBox(parent); @@ -68,7 +68,7 @@ ModemsWidget::ModemsWidget( TQWidget *parent, const char *name ) this, TQT_SLOT(editmodem())); l11->addWidget(modemlist_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(editmodem())); |