diff options
Diffstat (limited to 'src/plugins/imageviewer/imageview.h')
-rw-r--r-- | src/plugins/imageviewer/imageview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/imageviewer/imageview.h b/src/plugins/imageviewer/imageview.h index 2d3c4018ff..7ccad82f1c 100644 --- a/src/plugins/imageviewer/imageview.h +++ b/src/plugins/imageviewer/imageview.h @@ -43,8 +43,8 @@ #ifndef IMAGEVIEW_H #define IMAGEVIEW_H -#include <QtGui/QGraphicsView> -#include <QtCore/QScopedPointer> +#include <QGraphicsView> +#include <QScopedPointer> namespace ImageViewer { namespace Internal { |