summaryrefslogtreecommitdiff
blob: c442c0ac8b30cf231cc59ccc790f2e8b4c9dcdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- a/src/keydialog.h
+++ b/src/keydialog.h
@@ -10,6 +10,7 @@
 #ifndef KEYDIALOG_H
 #define KEYDIALOG_H
 
+#include <QButtonGroup>
 #include "ui_keydialog.h"
 namespace QTerm
 {
--- a/src/soundconf.h
+++ b/src/soundconf.h
@@ -1,6 +1,7 @@
 #ifndef SOUNDCONF_H
 #define SOUNDCONF_H
 
+#include <QButtonGroup>
 #include "ui_soundconf.h"
 namespace QTerm
 {
--- a/src/shortcutsdialog.cpp
+++ b/src/shortcutsdialog.cpp
@@ -3,6 +3,7 @@
 #include <QKeyEvent>
 #include <QMessageBox>
 #include <QShortcut>
+#include <QAction>

 namespace QTerm {

--- a/src/shortcutsdialog.h
+++ b/src/shortcutsdialog.h
@@ -3,6 +3,7 @@

 #include "ui_shortcutsdialog.h"
 class QShortcut;
+class QAction;

 namespace QTerm{