diff options
Diffstat (limited to 'kppp/edit.cpp')
-rw-r--r-- | kppp/edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/edit.cpp b/kppp/edit.cpp index 19b78185..6e5b8553 100644 --- a/kppp/edit.cpp +++ b/kppp/edit.cpp @@ -892,7 +892,7 @@ ScriptWidget::ScriptWidget( TQWidget *parent, bool isnewaccount, const char *nam bbox->addStretch(1); remove = bbox->addButton(i18n("&Remove")); connect(remove, TQT_SIGNAL(clicked()), TQT_SLOT(removeButton())); - bbox->tqlayout(); + bbox->layout(); tl->addWidget(bbox); TQHBoxLayout *l12 = new TQHBoxLayout(0); |