diff options
Diffstat (limited to 'wifi/locator.cpp')
-rw-r--r-- | wifi/locator.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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; |