From 808e453c56036211f57482ed847d54aca01bba68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:49:40 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kppp/modems.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kppp/modems.cpp') diff --git a/kppp/modems.cpp b/kppp/modems.cpp index 55f8f629..ea4a461e 100644 --- a/kppp/modems.cpp +++ b/kppp/modems.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include @@ -74,7 +74,7 @@ ModemsWidget::ModemsWidget( TQWidget *parent, const char *name ) connect(edit_b, TQT_SIGNAL(clicked()), TQT_SLOT(editmodem())); TQWhatsThis::add(edit_b, i18n("Allows you to modify the selected account")); - min = edit_b->tqsizeHint().width(); + min = edit_b->sizeHint().width(); min = TQMAX(70,min); edit_b->setMinimumWidth(min); @@ -190,7 +190,7 @@ void ModemsWidget::copymodem() { void ModemsWidget::deletemodem() { TQString s = i18n("Are you sure you want to delete\nthe modem \"%1\"?") - .tqarg(modemlist_l->text(modemlist_l->currentItem())); + .arg(modemlist_l->text(modemlist_l->currentItem())); if(KMessageBox::warningContinueCancel(this, s, i18n("Confirm"), KStdGuiItem::del()) != KMessageBox::Continue) return; -- cgit v1.2.1