From 989d6a19014011bd6981abb3decb91a7b3af0971 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:16:22 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- libkonq/konq_historymgr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkonq') diff --git a/libkonq/konq_historymgr.cc b/libkonq/konq_historymgr.cc index 451b61ecf..a01c53471 100644 --- a/libkonq/konq_historymgr.cc +++ b/libkonq/konq_historymgr.cc @@ -150,7 +150,7 @@ bool KonqHistoryManager::loadHistory() while ( !stream->atEnd() ) { KonqHistoryEntry *entry = new KonqHistoryEntry; - Q_CHECK_PTR( entry ); + TQ_CHECK_PTR( entry ); *stream >> *entry; // kdDebug(1203) << "## loaded entry: " << entry->url << ", Title: " << entry->title << endl; m_history.append( entry ); -- cgit v1.2.1