From 537ccfa7e6fcdcb613f2f83744b19fc28f83b79f 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 (cherry picked from commit dc07846059a60d069687585cc72ff501a2096296) --- kmix/kmix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmix/kmix.cpp') diff --git a/kmix/kmix.cpp b/kmix/kmix.cpp index 49f6e1e3..84e55c1e 100644 --- a/kmix/kmix.cpp +++ b/kmix/kmix.cpp @@ -551,7 +551,7 @@ KMixWindow::applyPrefs( KMixPrefDlg *prefDlg ) show(); } - this->tqrepaint(); // make KMix look fast (saveConfig() often uses several seconds) + this->repaint(); // make KMix look fast (saveConfig() often uses several seconds) kapp->processEvents(); saveConfig(); } -- cgit v1.2.1