From fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:18:11 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- win/qeventloopex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win') diff --git a/win/qeventloopex.cpp b/win/qeventloopex.cpp index da5eba60c..0914665db 100644 --- a/win/qeventloopex.cpp +++ b/win/qeventloopex.cpp @@ -186,13 +186,13 @@ void QEventLoopEx::registerSocketNotifier( TQSocketNotifier *notifier ) if ( ! list ) { // create new list, the QSockNotType destructor will delete it for us list = new TQPtrList; - Q_CHECK_PTR( list ); + TQ_CHECK_PTR( list ); list->setAutoDelete( TRUE ); d->sn_vec[type].list = list; } sn = new QSockNotEx; - Q_CHECK_PTR( sn ); + TQ_CHECK_PTR( sn ); sn->obj = notifier; sn->fd = sockfd; sn->queue = &d->sn_vec[type].pending_fds; -- cgit v1.2.1