summaryrefslogtreecommitdiffstats
path: root/ksim/library/themeloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/library/themeloader.cpp')
-rw-r--r--ksim/library/themeloader.cpp2
1 files changed, 1 insertions, 1 deletions
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