From 8a143ab9f846e910c583ea8e770cd05495e0c58d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:23:09 -0600 Subject: Rename obsolete tq methods to standard names --- kppp/accounts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kppp/accounts.cpp') diff --git a/kppp/accounts.cpp b/kppp/accounts.cpp index 81e44459..740755e6 100644 --- a/kppp/accounts.cpp +++ b/kppp/accounts.cpp @@ -450,7 +450,7 @@ QueryReset::QueryReset(TQWidget *parent) : TQDialog(parent, 0, true) { l1->activate(); - // this activates the f-tqlayout and sets minimumSize() + // this activates the f-layout and sets minimumSize() f->show(); tl->addWidget(f); @@ -466,7 +466,7 @@ QueryReset::QueryReset(TQWidget *parent) : TQDialog(parent, 0, true) { connect(cancel, TQT_SIGNAL(clicked()), this, TQT_SLOT(reject())); - bbox->tqlayout(); + bbox->layout(); tl->addWidget(bbox); // TODO: activate if KGroupBox is fixed -- cgit v1.2.1