author | harlekin <harlekin> | 2003-12-10 22:47:24 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-12-10 22:47:24 (UTC) |
commit | e29d867078550b6859e3a0253e38febea8880ea1 (patch) (unidiff) | |
tree | 2b3a3c4362edd2bdca0d4ee253e6d5e115c1592b | |
parent | 35e556fc2a9d07e6e2c73cac6f05cfb4c0c3e4f1 (diff) | |
download | opie-e29d867078550b6859e3a0253e38febea8880ea1.zip opie-e29d867078550b6859e3a0253e38febea8880ea1.tar.gz opie-e29d867078550b6859e3a0253e38febea8880ea1.tar.bz2 |
less includes
-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 | |||
@@ -16,33 +16,32 @@ | |||
16 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU General | 16 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU General |
17 | ..}^=.= = ; Public License for more details. | 17 | ..}^=.= = ; Public License for more details. |
18 | ++= -. .` .: | 18 | ++= -. .` .: |
19 | : = ...= . :.=- You should have received a copy of the GNU | 19 | : = ...= . :.=- You should have received a copy of the GNU |
20 | -. .:....=;==+<; General Public License along with this file; | 20 | -. .:....=;==+<; General Public License along with this file; |
21 | -_. . . )=. = see the file COPYING. If not, write to the | 21 | -_. . . )=. = see the file COPYING. If not, write to the |
22 | -- :-=` Free Software Foundation, Inc., | 22 | -- :-=` Free Software Foundation, Inc., |
23 | 59 Temple Place - Suite 330, | 23 | 59 Temple Place - Suite 330, |
24 | Boston, MA 02111-1307, USA. | 24 | Boston, MA 02111-1307, USA. |
25 | 25 | ||
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" |
39 | 38 | ||
40 | using namespace Opie; | 39 | using namespace Opie; |
41 | 40 | ||
42 | struct buttoninfo { | 41 | struct buttoninfo { |
43 | const ODeviceButton *m_button; | 42 | const ODeviceButton *m_button; |
44 | int m_index; | 43 | int m_index; |
45 | 44 | ||
46 | OQCopMessage m_pmsg; | 45 | OQCopMessage m_pmsg; |
47 | QLabel *m_picon; | 46 | QLabel *m_picon; |
48 | QLabel *m_plabel; | 47 | QLabel *m_plabel; |
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 | |||
@@ -14,20 +14,19 @@ | |||
14 | : .. .:, . . . without even the implied warranty of | 14 | : .. .:, . . . without even the implied warranty of |
15 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 15 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
16 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU General | 16 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU General |
17 | ..}^=.= = ; Public License for more details. | 17 | ..}^=.= = ; Public License for more details. |
18 | ++= -. .` .: | 18 | ++= -. .` .: |
19 | : = ...= . :.=- You should have received a copy of the GNU | 19 | : = ...= . :.=- You should have received a copy of the GNU |
20 | -. .:....=;==+<; General Public License along with this file; | 20 | -. .:....=;==+<; General Public License along with this file; |
21 | -_. . . )=. = see the file COPYING. If not, write to the | 21 | -_. . . )=. = see the file COPYING. If not, write to the |
22 | -- :-=` Free Software Foundation, Inc., | 22 | -- :-=` Free Software Foundation, Inc., |
23 | 59 Temple Place - Suite 330, | 23 | 59 Temple Place - Suite 330, |
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,18 +1,17 @@ | |||
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 | ||
9 | using namespace Opie; | 8 | using namespace Opie; |
10 | 9 | ||
11 | class NoSortItem : public QListViewItem { | 10 | class NoSortItem : public QListViewItem { |
12 | public: | 11 | public: |
13 | NoSortItem ( QListView *lv, uint pos, const QString &str, const QCString &s1 = 0, const QCString &s2 = 0 ) | 12 | NoSortItem ( QListView *lv, uint pos, const QString &str, const QCString &s1 = 0, const QCString &s2 = 0 ) |
14 | : QListViewItem ( lv, str, s1, s2 ) | 13 | : QListViewItem ( lv, str, s1, s2 ) |
15 | { | 14 | { |
16 | m_key = QString ( QChar ( 'a' + pos )); | 15 | m_key = QString ( QChar ( 'a' + pos )); |
17 | m_def = false; | 16 | m_def = false; |
18 | } | 17 | } |