From e6cf8874a75a09b279e13f59e78b31804b1d6f83 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:10:09 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- filters/chalk/tiff/kis_tiff_converter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters/chalk/tiff') diff --git a/filters/chalk/tiff/kis_tiff_converter.cc b/filters/chalk/tiff/kis_tiff_converter.cc index 09a0ba99..39e71c81 100644 --- a/filters/chalk/tiff/kis_tiff_converter.cc +++ b/filters/chalk/tiff/kis_tiff_converter.cc @@ -333,7 +333,7 @@ KisImageBuilder_Result KisTIFFConverter::readTIFFDirectory( TIFF* image) // Creating the KisImageSP if( ! m_img ) { m_img = new KisImage(m_doc->undoAdapter(), width, height, cs, "built image"); - Q_CHECK_PTR(m_img); + TQ_CHECK_PTR(m_img); m_img->blockSignals(true); // Don't send out signals while we're building the image if(profile) { -- cgit v1.2.1