summaryrefslogtreecommitdiffstats
path: root/tdeprint/kmmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kmmanager.cpp')
-rw-r--r--tdeprint/kmmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kmmanager.cpp b/tdeprint/kmmanager.cpp
index 3316244de..c0c65bd02 100644
--- a/tdeprint/kmmanager.cpp
+++ b/tdeprint/kmmanager.cpp
@@ -47,9 +47,9 @@ KMManager::KMManager(TQObject *parent, const char *name)
m_printerfilter = new PrinterFilter(this);
m_specialmgr = new KMSpecialManager(this);
- Q_CHECK_PTR(m_specialmgr);
+ TQ_CHECK_PTR(m_specialmgr);
m_virtualmgr = new KMVirtualManager(this);
- Q_CHECK_PTR(m_virtualmgr);
+ TQ_CHECK_PTR(m_virtualmgr);
// set default to true to not disturb code that
// hasn't been adapted yet. Otherwise, should be false