diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 15:05:43 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 19:36:54 +0200 |
commit | 94c0628d22e844a23e1ee27cd3df03cc9e0e2c25 (patch) | |
tree | cd9c206d19ed9d4f246f4dc59c743bd13216c6cc /src/widgets/kernel/qwidgetaction.h | |
parent | e135c811bbde49b119c74b9ebb7f7b89e1b124fd (diff) | |
download | qtbase-94c0628d22e844a23e1ee27cd3df03cc9e0e2c25.tar.gz |
fix includes
Diffstat (limited to 'src/widgets/kernel/qwidgetaction.h')
-rw-r--r-- | src/widgets/kernel/qwidgetaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidgetaction.h b/src/widgets/kernel/qwidgetaction.h index a32b5d60dd..cf9f2e6da5 100644 --- a/src/widgets/kernel/qwidgetaction.h +++ b/src/widgets/kernel/qwidgetaction.h @@ -42,7 +42,7 @@ #ifndef QWIDGETACTION_H #define QWIDGETACTION_H -#include <QtGui/qaction.h> +#include <QtWidgets/qaction.h> QT_BEGIN_HEADER |