changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
--- a/src/gui/styles/qwindowsstyle_p.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/gui/styles/qwindowsstyle_p.h Tue Jul 06 15:10:48 2010 +0300 @@ -58,8 +58,8 @@ #ifndef QT_NO_STYLE_WINDOWS #include <qlist.h> -#include <qdatetime.h> #include <qhash.h> +#include <qelapsedtimer.h> QT_BEGIN_NAMESPACE @@ -80,7 +80,7 @@ QList<QProgressBar *> bars; int animationFps; int animateTimer; - QTime startTime; + QElapsedTimer startTime; int animateStep; QColor inactiveCaptionText; QColor activeCaptionColor;