summaryrefslogtreecommitdiffstats
path: root/win/qeventloopex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/qeventloopex.cpp')
-rw-r--r--win/qeventloopex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/qeventloopex.cpp b/win/qeventloopex.cpp
index da5eba60c..b4b32e838 100644
--- a/win/qeventloopex.cpp
+++ b/win/qeventloopex.cpp
@@ -204,7 +204,7 @@ void QEventLoopEx::registerSocketNotifier( TQSocketNotifier *notifier )
while ( p && p->fd > sockfd )
p = list->next();
if ( p )
- list->insert( list->at(), sn );
+ list->insert( list->tqat(), sn );
else
list->append( sn );
}