diff options
Diffstat (limited to 'kscd/bwlednum.cpp')
-rw-r--r-- | kscd/bwlednum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kscd/bwlednum.cpp b/kscd/bwlednum.cpp index fdc2beba..2810135b 100644 --- a/kscd/bwlednum.cpp +++ b/kscd/bwlednum.cpp @@ -222,7 +222,7 @@ void BW_LED_Number::drawSymbol( TQPainter *p,char ,bool tqrepaint ){ } } } - else{ // we are not tqrepainting ourselves due to a tqrepaint event but rather + else{ // we are not repainting ourselves due to a tqrepaint event but rather // genuinely changing the symbol that is to be displayed for(int l = 0; l <= NUM_OF_SEGMENTS -1; l++){ |