diff options
Diffstat (limited to 'quacker/noteeditor.cpp')
-rw-r--r-- | quacker/noteeditor.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quacker/noteeditor.cpp b/quacker/noteeditor.cpp index 149b88a..0246a6c 100644 --- a/quacker/noteeditor.cpp +++ b/quacker/noteeditor.cpp @@ -16,9 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <QtGui> -#include <QVBoxLayout> -#include <QTextEdit> +#include <QtWidgets> #include <game.h> #include <quackleio/util.h> |