diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | f949c4652e0aae023b4306f3550914811743698e (patch) | |
tree | 0487ea0cd9ca3760f786aefef4fb1a83b2ea72dc /kscd/bwlednum.cpp | |
parent | ce8f3aee00347d5385d8ef74235337c24aeccaa1 (diff) | |
download | tdemultimedia-f949c4652e0aae023b4306f3550914811743698e.tar.gz tdemultimedia-f949c4652e0aae023b4306f3550914811743698e.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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++){ |