From dc07846059a60d069687585cc72ff501a2096296 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:57:28 -0600 Subject: Remove additional unneeded tq method conversions --- arts/gui/kde/kpoti.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arts/gui/kde/kpoti.cpp') diff --git a/arts/gui/kde/kpoti.cpp b/arts/gui/kde/kpoti.cpp index b38902d8..d436be9a 100644 --- a/arts/gui/kde/kpoti.cpp +++ b/arts/gui/kde/kpoti.cpp @@ -392,7 +392,7 @@ void KPoti::setColor( const TQColor &c ) { d->potiColor = c; d->potiDirty = true; - tqrepaint(); + repaint(); } -- cgit v1.2.1