summaryrefslogtreecommitdiff
path: root/core/settings
authorharlekin <harlekin>2003-12-10 22:10:54 (UTC)
committer harlekin <harlekin>2003-12-10 22:10:54 (UTC)
commitdffe105588cace5d96792155cee3a32a70a05017 (patch) (side-by-side diff)
treecf935726a73caba96e22bb0eb180da147c94c829 /core/settings
parent7c21195c1dde6cc91c41e5b15ef5acce568a2f54 (diff)
downloadopie-dffe105588cace5d96792155cee3a32a70a05017.zip
opie-dffe105588cace5d96792155cee3a32a70a05017.tar.gz
opie-dffe105588cace5d96792155cee3a32a70a05017.tar.bz2
less includes
Diffstat (limited to 'core/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/calibration.cpp1
-rw-r--r--core/settings/light-and-power/light.cpp2
-rw-r--r--core/settings/light-and-power/main.cpp3
-rw-r--r--core/settings/light-and-power/sensor.cpp1
4 files changed, 0 insertions, 7 deletions
diff --git a/core/settings/light-and-power/calibration.cpp b/core/settings/light-and-power/calibration.cpp
index c5377d0..504520e 100644
--- a/core/settings/light-and-power/calibration.cpp
+++ b/core/settings/light-and-power/calibration.cpp
@@ -28,7 +28,6 @@
#include "calibration.h"
#include <qpainter.h>
-#include <qpalette.h>
#include <qpixmap.h>
#define BRD 3
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp
index eda0c1f..6115178 100644
--- a/core/settings/light-and-power/light.cpp
+++ b/core/settings/light-and-power/light.cpp
@@ -29,7 +29,6 @@
#include "light.h"
#include <qpe/config.h>
-#include <qpe/qpeapplication.h>
#include <qpe/power.h>
#if defined(Q_WS_QWS) && !defined(QT_NO_COP)
#include <qpe/qcopenvelope_qws.h>
@@ -38,7 +37,6 @@
#include <qcheckbox.h>
#include <qtabwidget.h>
#include <qslider.h>
-#include <qtimer.h>
#include <qspinbox.h>
#include <qpushbutton.h>
#include <qgroupbox.h>
diff --git a/core/settings/light-and-power/main.cpp b/core/settings/light-and-power/main.cpp
index 68d433b..cb43ce0 100644
--- a/core/settings/light-and-power/main.cpp
+++ b/core/settings/light-and-power/main.cpp
@@ -20,9 +20,6 @@
#include "light.h"
-#include <qpe/qpeapplication.h>
-#include <qpe/qcopenvelope_qws.h>
-#include <qpe/global.h>
#include <opie/oapplicationfactory.h>
diff --git a/core/settings/light-and-power/sensor.cpp b/core/settings/light-and-power/sensor.cpp
index 5ca54d4..41de851 100644
--- a/core/settings/light-and-power/sensor.cpp
+++ b/core/settings/light-and-power/sensor.cpp
@@ -25,7 +25,6 @@
Boston, MA 02111-1307, USA.
*/
-#include <qframe.h>
#include <qlayout.h>
#include <qslider.h>
#include <qspinbox.h>