mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make the include Qt5 compatible
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5ff961b033
commit
b7b8f15198
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#ifndef __GROUPEDLINEEDIT_H__
|
||||
#define __GROUPEDLINEEDIT_H__
|
||||
|
||||
#include <QtGui/QPlainTextEdit>
|
||||
#include <QPlainTextEdit>
|
||||
#include <QStringList>
|
||||
|
||||
class GroupedLineEdit : public QPlainTextEdit
|
||||
|
|
Loading…
Add table
Reference in a new issue