|
|
|
@ -127,7 +127,7 @@ WirelessNetworkItem::paint (TQPainter *p, const TQColorGroup &/*cg*/, bool highl
|
|
|
|
|
p->drawText (x, y, w, h, AlignLeft | AlignVCenter | DontClip | ShowPrefix, getDisplayText());
|
|
|
|
|
|
|
|
|
|
if (_net.isEncrypted()) {
|
|
|
|
|
TQPixmap pmLock = SmallIcon ("lock", h - (_border*2));
|
|
|
|
|
TQPixmap pmLock = SmallIcon ("system-lock-screen", h - (_border*2));
|
|
|
|
|
if (pmLock.size().height() != (h - (_border*2))) {
|
|
|
|
|
TQImage pmLockImg = pmLock.convertToImage();
|
|
|
|
|
pmLockImg = pmLockImg.smoothScale(65535, (h - (_border*2)), TQImage::ScaleMin);
|
|
|
|
|