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 --- chalk/core/tiles/kis_memento.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/core/tiles/kis_memento.h') diff --git a/chalk/core/tiles/kis_memento.h b/chalk/core/tiles/kis_memento.h index 5942dc44..3213a490 100644 --- a/chalk/core/tiles/kis_memento.h +++ b/chalk/core/tiles/kis_memento.h @@ -84,7 +84,7 @@ private: void addTile(TQ_INT32 col, TQ_INT32 row) { DeletedTile *d = new DeletedTile(col, row, m_firstDeletedTile); - Q_CHECK_PTR(d); + TQ_CHECK_PTR(d); m_firstDeletedTile = d; } -- cgit v1.2.1