From 3c87ec12c23bf62d3f60a7dd64020af8e0b997ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:28 -0600 Subject: Rename additional global TQt functions --- ksim/library/themeloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksim/library/themeloader.cpp') diff --git a/ksim/library/themeloader.cpp b/ksim/library/themeloader.cpp index f6d6474..ff52525 100644 --- a/ksim/library/themeloader.cpp +++ b/ksim/library/themeloader.cpp @@ -886,7 +886,7 @@ KSim::ThemeLoader &KSim::ThemeLoader::self() { if (!m_self) { // is it the first call? m_self = new KSim::ThemeLoader; // create sole instance - qAddPostRoutine(cleanup); + tqAddPostRoutine(cleanup); } return *m_self; // address of sole instance -- cgit v1.2.1