author | harlekin <harlekin> | 2003-12-10 22:47:24 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-12-10 22:47:24 (UTC) |
commit | e29d867078550b6859e3a0253e38febea8880ea1 (patch) (side-by-side diff) | |
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 @@ -20,25 +20,24 @@ -. .:....=;==+<; General Public License along with this file; -_. . . )=. = see the file COPYING. If not, write to the -- :-=` Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <qlayout.h> #include <qlabel.h> #include <qtimer.h> -#include <qpe/qpeapplication.h> #include <opie/odevice.h> #include "buttonsettings.h" #include "buttonutils.h" #include "remapdlg.h" using namespace Opie; struct buttoninfo { const ODeviceButton *m_button; int m_index; 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 @@ -18,16 +18,15 @@ ++= -. .` .: : = ...= . :.=- You should have received a copy of the GNU -. .:....=;==+<; General Public License along with this file; -_. . . )=. = see the file COPYING. If not, write to the -- :-=` Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "buttonsettings.h" -#include <qpe/qpeapplication.h> #include <opie/oapplicationfactory.h> 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,14 +1,13 @@ #include <qlistview.h> -#include <qlabel.h> #include <qcombobox.h> #include <qtimer.h> #include "remapdlg.h" #include "buttonutils.h" using namespace Opie; class NoSortItem : public QListViewItem { public: NoSortItem ( QListView *lv, uint pos, const QString &str, const QCString &s1 = 0, const QCString &s2 = 0 ) : QListViewItem ( lv, str, s1, s2 ) |