diff options
Diffstat (limited to 'src/tools/qmlprofilertool/qmlprofilerapplication.h')
-rw-r--r-- | src/tools/qmlprofilertool/qmlprofilerapplication.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qmlprofilertool/qmlprofilerapplication.h b/src/tools/qmlprofilertool/qmlprofilerapplication.h index 9c06734cbb..9414895631 100644 --- a/src/tools/qmlprofilertool/qmlprofilerapplication.h +++ b/src/tools/qmlprofilertool/qmlprofilerapplication.h @@ -33,9 +33,9 @@ #ifndef QMLPROFILERAPPLICATION_H #define QMLPROFILERAPPLICATION_H -#include <QtCore/QCoreApplication> -#include <QtCore/QStringList> -#include <QtCore/QTimer> +#include <QCoreApplication> +#include <QStringList> +#include <QTimer> #include <qdeclarativedebugclient.h> #include <qmlprofilertraceclient.h> |