Fix incorrectly renamed strings

(cherry picked from commit 2c0446ecf3)
pull/38/head
Slávek Banko 10 years ago
parent 737bc1e723
commit 1dac4427f9

@ -211,7 +211,7 @@ void KWireLessWidget::paintEvent(TQPaintEvent*)
h = space;
w = width();
} else {
//Qt::Vertical
// Vertical
h = height();
w = space;
}

Loading…
Cancel
Save