summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit35965209444b65fe485889b6a0ffa4b5e568b820 (patch)
tree6373d93ec6ab6a0ea845e8295d44759fa831f698
parent02a6c8f36311eb6225066df35adf8d00f9cd942b (diff)
downloadknemo-35965209.tar.gz
knemo-35965209.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knemo@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--src/knemod/signalplotter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/signalplotter.cpp b/src/knemod/signalplotter.cpp
index d28b72c..a8a697c 100644
--- a/src/knemod/signalplotter.cpp
+++ b/src/knemod/signalplotter.cpp
@@ -423,7 +423,7 @@ void SignalPlotter::paintEvent( TQPaintEvent* )
uint w = width();
uint h = height();
- /* Do not do tqrepaints when the widget is not yet setup properly. */
+ /* Do not do repaints when the widget is not yet setup properly. */
if ( w <= 2 )
return;