From e1502794762192b7275d19eaf99073e6e05ada0b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:19:51 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- libtdepim/kscoring.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/kscoring.cpp') diff --git a/libtdepim/kscoring.cpp b/libtdepim/kscoring.cpp index 94e8c155e..fc156436f 100644 --- a/libtdepim/kscoring.cpp +++ b/libtdepim/kscoring.cpp @@ -890,7 +890,7 @@ void KScoringManager::createInternalFromXML(TQDomNode n) addRuleInternal(cR); } else if (s == "Group") { - Q_CHECK_PTR(cR); + TQ_CHECK_PTR(cR); cR->addGroup( e.attribute("name") ); } else if (s == "Expression") { @@ -900,7 +900,7 @@ void KScoringManager::createInternalFromXML(TQDomNode n) e.attribute("neg"))); } else if (s == "Action") { - Q_CHECK_PTR(cR); + TQ_CHECK_PTR(cR); cR->addAction(ActionBase::getTypeForName(e.attribute("type")), e.attribute("value")); } -- cgit v1.2.1