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 --- wifi/locator.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wifi/locator.cpp') diff --git a/wifi/locator.cpp b/wifi/locator.cpp index 6bb0cd62..2ca40398 100644 --- a/wifi/locator.cpp +++ b/wifi/locator.cpp @@ -35,12 +35,12 @@ Locator::generateLocWidget () sentence = new TQLabel (i18n ("AccessPoint: ") + whois (mac.local8Bit (), APs), this); setFixedSize (TQSize - (sentence->tqsizeHint ().width () + 2, - sentence->tqsizeHint ().height ())); + (sentence->sizeHint ().width () + 2, + sentence->sizeHint ().height ())); sentence-> setFixedSize (TQSize - (sentence->tqsizeHint ().width () + 2, - sentence->tqsizeHint ().height ())); + (sentence->sizeHint ().width () + 2, + sentence->sizeHint ().height ())); sentence->show (); widgetbild = TQPixmap::grabWidget (sentence); delete sentence; -- cgit v1.2.1