diff -r 93b982ccede2 -r 5daf16870df6 src/testlib/qtestsystem.h --- a/src/testlib/qtestsystem.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/testlib/qtestsystem.h Thu Jul 22 16:41:55 2010 +0100 @@ -44,7 +44,7 @@ #include #include -#include +#include QT_BEGIN_HEADER @@ -63,7 +63,7 @@ { Q_ASSERT(QCoreApplication::instance()); - QTime timer; + QElapsedTimer timer; timer.start(); do { QCoreApplication::processEvents(QEventLoop::AllEvents, ms);