From 023e74fa8ee3f3ca895ac4cd10e5d7b67e573a3c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 27 Oct 2018 23:55:07 +0900 Subject: [PATCH] Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. Signed-off-by: Michele Calgaro --- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- .../docs/koffice/chalk/developers-plugins.docbook | 8 ++++---- 9 files changed, 36 insertions(+), 36 deletions(-) diff --git a/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook index 930c6df3..ce290b0e 100644 --- a/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook @@ -1105,7 +1105,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) SLOT(activate()), collection, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1162,7 +1162,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) QWidget *widget = KisToolShape::createOptionWidget(parent); m_optWidget = new WdgToolStar(widget); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1286,7 +1286,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &yFraction); KisPaintDeviceSP dab = new KisPaintDevice(colorSpace, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook index d9415961..994fdf84 100644 --- a/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook @@ -1105,7 +1105,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) SLOT(activate()), collection, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1162,7 +1162,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) QWidget *widget = KisToolShape::createOptionWidget(parent); m_optWidget = new WdgToolStar(widget); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1286,7 +1286,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &yFraction); KisPaintDeviceSP dab = new KisPaintDevice(colorSpace, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook index 9d8d8066..a3007449 100644 --- a/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook @@ -1103,7 +1103,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) SLOT(activate()), collection, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1160,7 +1160,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) QWidget *widget = KisToolShape::createOptionWidget(parent); m_optWidget = new WdgToolStar(widget); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1284,7 +1284,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &yFraction); KisPaintDeviceSP dab = new KisPaintDevice(colorSpace, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-et/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-et/docs/koffice/chalk/developers-plugins.docbook index 406642dd..55d2de4a 100644 --- a/koffice-i18n-et/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-et/docs/koffice/chalk/developers-plugins.docbook @@ -1105,7 +1105,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) SLOT(activate()), collection, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1162,7 +1162,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) QWidget *widget = KisToolShape::createOptionWidget(parent); m_optWidget = new WdgToolStar(widget); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1286,7 +1286,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &yFraction); KisPaintDeviceSP dab = new KisPaintDevice(colorSpace, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook index c6222e60..0250aedb 100644 --- a/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook @@ -1106,7 +1106,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) SLOT(activate()), collection, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1163,7 +1163,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) QWidget *widget = KisToolShape::createOptionWidget(parent); m_optWidget = new WdgToolStar(widget); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1289,7 +1289,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &yFraction); KisPaintDeviceSP dab = new KisPaintDevice(colorSpace, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook index 8f75dff9..2beb8dc2 100644 --- a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook @@ -1106,7 +1106,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) SLOT(activate()), collection, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1163,7 +1163,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) QWidget *widget = KisToolShape::createOptionWidget(parent); m_optWidget = new WdgToolStar(widget); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1287,7 +1287,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &yFraction); KisPaintDeviceSP dab = new KisPaintDevice(colorSpace, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook index da942bcc..0efdca90 100644 --- a/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook @@ -1105,7 +1105,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento) SLOT(activate()), colleccao, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1162,7 +1162,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento) QWidget *elemento = KisToolShape::createOptionWidget(mae); m_optWidget = new WdgFerramentaEstrela(elemento); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1286,7 +1286,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &fraccaoY); KisPaintDeviceSP dab = new KisPaintDevice(espacoCores, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook index 0447021a..1f26d57d 100644 --- a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook @@ -1105,7 +1105,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento) SLOT(activate()), colleccao, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1162,7 +1162,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento) QWidget *elemento = KisToolShape::createOptionWidget(mae); m_optWidget = new WdgFerramentaEstrela(elemento); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1286,7 +1286,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &fracaoY); KisPaintDeviceSP dab = new KisPaintDevice(espacoCores, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab); diff --git a/koffice-i18n-sv/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-sv/docs/koffice/chalk/developers-plugins.docbook index 2100ccac..0df4f670 100644 --- a/koffice-i18n-sv/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-sv/docs/koffice/chalk/developers-plugins.docbook @@ -1105,7 +1105,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) SLOT(activate()), collection, name()); - Q_CHECK_PTR(m_action); + TQ_CHECK_PTR(m_action); m_action->setToolTip(i18n("Draw a star")); m_action->setExclusiveGroup("tools"); @@ -1162,7 +1162,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) QWidget *widget = KisToolShape::createOptionWidget(parent); m_optWidget = new WdgToolStar(widget); - Q_CHECK_PTR(m_optWidget); + TQ_CHECK_PTR(m_optWidget); m_optWidget->ratioSpinBox->setValue(m_innerOuterRatio); @@ -1286,7 +1286,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& splitCoordinate(pt.y(), &y, &yFraction); KisPaintDeviceSP dab = new KisPaintDevice(colorSpace, "smeary dab"); - Q_CHECK_PTR(dab); + TQ_CHECK_PTR(dab);