summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index 2f267a23..3674ee0d 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -18,17 +18,14 @@ #pragma once #include <deque> -#include <iterator> -#include <map> #include <optional> -#include <QApplication> +#include <QCoreApplication> #include <QHBoxLayout> #include <QPaintEvent> #include <QTextEdit> #include <QWidget> -#include "Utils.h" #include "dialogs/PreviewUploadOverlay.h" #include "emoji/PickButton.h" #include "popups/ReplyPopup.h"