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 | 35965209444b65fe485889b6a0ffa4b5e568b820 (patch) | |
tree | 6373d93ec6ab6a0ea845e8295d44759fa831f698 /src | |
parent | 02a6c8f36311eb6225066df35adf8d00f9cd942b (diff) | |
download | knemo-35965209444b65fe485889b6a0ffa4b5e568b820.tar.gz knemo-35965209444b65fe485889b6a0ffa4b5e568b820.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
Diffstat (limited to 'src')
-rw-r--r-- | src/knemod/signalplotter.cpp | 2 |
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; |