summaryrefslogtreecommitdiffstats
path: root/tdeprint/kxmlcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kxmlcommand.cpp')
-rw-r--r--tdeprint/kxmlcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kxmlcommand.cpp b/tdeprint/kxmlcommand.cpp
index 81dc5d3d5..2091fea08 100644
--- a/tdeprint/kxmlcommand.cpp
+++ b/tdeprint/kxmlcommand.cpp
@@ -555,7 +555,7 @@ KXmlCommandManager* KXmlCommandManager::self()
if (!m_self)
{
m_self = new KXmlCommandManager;
- Q_CHECK_PTR(m_self);
+ TQ_CHECK_PTR(m_self);
}
return m_self;
}