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;