summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/main.cpp
authorharlekin <harlekin>2003-12-10 22:10:54 (UTC)
committer harlekin <harlekin>2003-12-10 22:10:54 (UTC)
commitdffe105588cace5d96792155cee3a32a70a05017 (patch) (unidiff)
treecf935726a73caba96e22bb0eb180da147c94c829 /core/settings/light-and-power/main.cpp
parent7c21195c1dde6cc91c41e5b15ef5acce568a2f54 (diff)
downloadopie-dffe105588cace5d96792155cee3a32a70a05017.zip
opie-dffe105588cace5d96792155cee3a32a70a05017.tar.gz
opie-dffe105588cace5d96792155cee3a32a70a05017.tar.bz2
less includes
Diffstat (limited to 'core/settings/light-and-power/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/main.cpp3
1 files changed, 0 insertions, 3 deletions
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
@@ -17,13 +17,10 @@
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "light.h" 21#include "light.h"
22 22
23#include <qpe/qpeapplication.h>
24#include <qpe/qcopenvelope_qws.h>
25#include <qpe/global.h>
26#include <opie/oapplicationfactory.h> 23#include <opie/oapplicationfactory.h>
27 24
28 25
29OPIE_EXPORT_APP( OApplicationFactory<LightSettings> ) 26OPIE_EXPORT_APP( OApplicationFactory<LightSettings> )