summaryrefslogtreecommitdiffstats
path: root/tdeprint/kmmanager.cpp
diff options
context:
space:
mode:
authorAutomated System <kb9vqf@pearsoncomputing.net>2012-02-14 22:40:43 -0600
committerAutomated System <kb9vqf@pearsoncomputing.net>2012-02-14 22:40:43 -0600
commit1053cdc43c88b429df96a57c9b0f14be51a71540 (patch)
tree62f68bb172a62aeafaf56f2ee86d46f19fff9a3f /tdeprint/kmmanager.cpp
parentde1db784f3df1568565b2d1b1a57585b54d2d462 (diff)
parentfc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335 (diff)
downloadtdelibs-1053cdc43c88b429df96a57c9b0f14be51a71540.tar.gz
tdelibs-1053cdc43c88b429df96a57c9b0f14be51a71540.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
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