-rw-r--r-- | core/settings/button/buttonsettings.cpp | 1 | ||||
-rw-r--r-- | core/settings/button/main.cpp | 1 | ||||
-rw-r--r-- | core/settings/button/remapdlg.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/core/settings/button/buttonsettings.cpp b/core/settings/button/buttonsettings.cpp index b6a07a8..523e295 100644 --- a/core/settings/button/buttonsettings.cpp +++ b/core/settings/button/buttonsettings.cpp | |||
@@ -26,13 +26,12 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <qlayout.h> | 28 | #include <qlayout.h> |
29 | #include <qlabel.h> | 29 | #include <qlabel.h> |
30 | #include <qtimer.h> | 30 | #include <qtimer.h> |
31 | 31 | ||
32 | #include <qpe/qpeapplication.h> | ||
33 | 32 | ||
34 | #include <opie/odevice.h> | 33 | #include <opie/odevice.h> |
35 | 34 | ||
36 | #include "buttonsettings.h" | 35 | #include "buttonsettings.h" |
37 | #include "buttonutils.h" | 36 | #include "buttonutils.h" |
38 | #include "remapdlg.h" | 37 | #include "remapdlg.h" |
diff --git a/core/settings/button/main.cpp b/core/settings/button/main.cpp index c063c3c..e7c5bf9 100644 --- a/core/settings/button/main.cpp +++ b/core/settings/button/main.cpp | |||
@@ -24,10 +24,9 @@ | |||
24 | Boston, MA 02111-1307, USA. | 24 | Boston, MA 02111-1307, USA. |
25 | 25 | ||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include "buttonsettings.h" | 28 | #include "buttonsettings.h" |
29 | 29 | ||
30 | #include <qpe/qpeapplication.h> | ||
31 | #include <opie/oapplicationfactory.h> | 30 | #include <opie/oapplicationfactory.h> |
32 | 31 | ||
33 | OPIE_EXPORT_APP( OApplicationFactory<ButtonSettings> ) | 32 | OPIE_EXPORT_APP( OApplicationFactory<ButtonSettings> ) |
diff --git a/core/settings/button/remapdlg.cpp b/core/settings/button/remapdlg.cpp index 939a6bf..7dabe68 100644 --- a/core/settings/button/remapdlg.cpp +++ b/core/settings/button/remapdlg.cpp | |||
@@ -1,8 +1,7 @@ | |||
1 | #include <qlistview.h> | 1 | #include <qlistview.h> |
2 | #include <qlabel.h> | ||
3 | #include <qcombobox.h> | 2 | #include <qcombobox.h> |
4 | #include <qtimer.h> | 3 | #include <qtimer.h> |
5 | 4 | ||
6 | #include "remapdlg.h" | 5 | #include "remapdlg.h" |
7 | #include "buttonutils.h" | 6 | #include "buttonutils.h" |
8 | 7 | ||