diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-27 23:55:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-27 23:55:07 +0900 |
commit | 023e74fa8ee3f3ca895ac4cd10e5d7b67e573a3c (patch) | |
tree | 4e7c577786217c1e6725498178e92f117bf75bb8 | |
parent | 3e6eac5dc89d7cc038ed29cc589e1c828eaa1f29 (diff) | |
download | koffice-i18n-023e74fa8ee3f3ca895ac4cd10e5d7b67e573a3c.tar.gz koffice-i18n-023e74fa8ee3f3ca895ac4cd10e5d7b67e573a3c.zip |
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); </programlisting> <para @@ -1346,7 +1346,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisSmearyOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1346,7 +1346,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisSmearyOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1344,7 +1344,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisSmearyOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1346,7 +1346,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisSmearyOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1349,7 +1349,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisSmearyOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1347,7 +1347,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisSmearyOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1346,7 +1346,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*configuracao*/, KisPainter * pintor) { KisPaintOp * op = new KisSmearyOp(pintor); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1346,7 +1346,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpfatory::createOp(const KisPaintOpSettings */*configuracao*/, KisPainter * pintor) { KisPaintOp * op = new KisSmearyOp(pintor); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> 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); </programlisting> <para @@ -1346,7 +1346,7 @@ void KisSmearyOp::paintAt(const KisPoint &pos, const KisPaintInformation& KisPaintOp * KisSmearyOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisSmearyOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } </programlisting> |