|
|
|
@ -129,7 +129,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", TQIconSet::Automatic);
|
|
|
|
|
TQPixmap pmLock = SmallIcon ("system-lock-screen", TQIconSet::Automatic);
|
|
|
|
|
p->drawPixmap (parent->sizeHint ().width () - pbarStrength->width () - _space - pmLock.size ().width () - 6, y + _border, pmLock);
|
|
|
|
|
spacer = pmLock.size ().width () + 4;
|
|
|
|
|
}
|
|
|
|
|