Bring system icon into XDG compliance

pull/1/head
Timothy Pearson 9 years ago
parent dafdc58743
commit 3c9fccfdfc

@ -135,7 +135,7 @@ WirelessNetworkItem::paint (TQPainter *p, const TQColorGroup &/*cg*/, bool highl
}
if (_adhoc) {
TQPixmap pmAdHoc = SmallIcon ("system", TQIconSet::Automatic);
TQPixmap pmAdHoc = SmallIcon ("computer", TQIconSet::Automatic);
p->drawPixmap (parent->sizeHint ().width () - pbarStrength->width () - _space - pmAdHoc.size ().width () - spacer - 6, y + _border, pmAdHoc);
}

Loading…
Cancel
Save