6
0
Fork 0

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
v3.5.13-sru
tpearson vor 13 Jahren
Ursprung 02a6c8f363
Commit 3596520944

@ -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;

Laden…
Abbrechen
Speichern