diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-01-15 09:30:38 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-15 15:49:48 +0700 |
commit | b7b8f151982d1aa2c2b2e66b203abe712a8cb9d3 (patch) | |
tree | ba3a6121bd97c12b73222bd2ee4216b85dd28001 /qt-ui | |
parent | 5ff961b03339a5a8c77eb815bb8187a5cd8b9a04 (diff) | |
download | subsurface-b7b8f151982d1aa2c2b2e66b203abe712a8cb9d3.tar.gz |
Make the include Qt5 compatible
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/groupedlineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/groupedlineedit.h b/qt-ui/groupedlineedit.h index 0433b06b6..60035739c 100644 --- a/qt-ui/groupedlineedit.h +++ b/qt-ui/groupedlineedit.h @@ -30,7 +30,7 @@ #ifndef __GROUPEDLINEEDIT_H__ #define __GROUPEDLINEEDIT_H__ -#include <QtGui/QPlainTextEdit> +#include <QPlainTextEdit> #include <QStringList> class GroupedLineEdit : public QPlainTextEdit |