diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-09 10:29:14 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-09 10:32:07 (GMT) |
commit | d5937ff3cb8f265c528bd4bd71f7f55962100404 (patch) | |
tree | 9b928b6a9f1a0d06de60d6ec64a3af524de9b45e /tests/manual | |
parent | 930a04cd66e40addd42e3ade195400c959fd3292 (diff) | |
download | Qt-d5937ff3cb8f265c528bd4bd71f7f55962100404.zip Qt-d5937ff3cb8f265c528bd4bd71f7f55962100404.tar.gz Qt-d5937ff3cb8f265c528bd4bd71f7f55962100404.tar.bz2 |
Fixed all but one of the failures in the headers autotest.
The resource compiler still generates files that don't have the LPGL header.
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual/qtabletevent/event_compression/mousestatwidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/manual/qtabletevent/event_compression/mousestatwidget.cpp b/tests/manual/qtabletevent/event_compression/mousestatwidget.cpp index 700c3fc..3303b16 100644 --- a/tests/manual/qtabletevent/event_compression/mousestatwidget.cpp +++ b/tests/manual/qtabletevent/event_compression/mousestatwidget.cpp @@ -1,7 +1,3 @@ -#include "mousestatwidget.h" - -#include <QTabletEvent> -#include <QPainter> /**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). @@ -43,6 +39,10 @@ ** ****************************************************************************/ +#include "mousestatwidget.h" + +#include <QTabletEvent> +#include <QPainter> #include <QTextOption> #include <QTest> |