diff options
Diffstat (limited to 'src/plugins/macros/macros_global.h')
-rw-r--r-- | src/plugins/macros/macros_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/macros/macros_global.h b/src/plugins/macros/macros_global.h index 8a23cdff65..466569df7f 100644 --- a/src/plugins/macros/macros_global.h +++ b/src/plugins/macros/macros_global.h @@ -33,7 +33,7 @@ #ifndef MACROSPLUGIN_MACROS_GLOBAL_H #define MACROSPLUGIN_MACROS_GLOBAL_H -#include <QtCore/qglobal.h> +#include <qglobal.h> #if defined(MACROS_LIBRARY) # define MACROS_EXPORT Q_DECL_EXPORT |