diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:18:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:18:11 -0600 |
commit | fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335 (patch) | |
tree | f1e7de165d9a038aed66481b047cd32b4e1091df /tdeprint/kmmanager.cpp | |
parent | 00894908e7b9359d8432a615380bf3db1d4745a0 (diff) | |
download | tdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.tar.gz tdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'tdeprint/kmmanager.cpp')
-rw-r--r-- | tdeprint/kmmanager.cpp | 4 |
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 |