From a51cd9949c4e6c726a84a61de3cfadd30cefb5c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:57:02 -0600 Subject: Remove additional unneeded tq method conversions --- kutils/kcmoduleproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kutils/kcmoduleproxy.cpp') diff --git a/kutils/kcmoduleproxy.cpp b/kutils/kcmoduleproxy.cpp index ac51acb40..877dacb2a 100644 --- a/kutils/kcmoduleproxy.cpp +++ b/kutils/kcmoduleproxy.cpp @@ -416,7 +416,7 @@ void KCModuleProxy::rootExited() /* Such that the "ordinary" module loads again */ d->rootMode = false; - d->topLayout->tqinvalidate(); + d->topLayout->invalidate(); TQShowEvent ev; showEvent( &ev ); -- cgit v1.2.1