summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2003-05-26 04:21:39 (UTC)
committer llornkcor <llornkcor>2003-05-26 04:21:39 (UTC)
commit57e35a76319a949cb9c065aabf953645b79e7d96 (patch) (unidiff)
tree2397ee1eee9bb2c5fb765f206a81d5b9da789f03
parentf63dee18fe56ba54d9203836722a1f499e2539f3 (diff)
downloadopie-57e35a76319a949cb9c065aabf953645b79e7d96.zip
opie-57e35a76319a949cb9c065aabf953645b79e7d96.tar.gz
opie-57e35a76319a949cb9c065aabf953645b79e7d96.tar.bz2
remove extra includes
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.cpp4
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp9
2 files changed, 0 insertions, 13 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp
index afcdd49..09d2e92 100644
--- a/noncore/settings/sound/soundsettings.cpp
+++ b/noncore/settings/sound/soundsettings.cpp
@@ -17,29 +17,25 @@
17 ** not clear to you. 17 ** not clear to you.
18 ** 18 **
19 **********************************************************************/ 19 **********************************************************************/
20// parts copyright 2002 L.J. Potter 20// parts copyright 2002 L.J. Potter
21 21
22#include "soundsettings.h" 22#include "soundsettings.h"
23 23
24#include <qpe/qpeapplication.h> 24#include <qpe/qpeapplication.h>
25#include <qpe/config.h> 25#include <qpe/config.h>
26#include <qpe/qcopenvelope_qws.h> 26#include <qpe/qcopenvelope_qws.h>
27#include <qpe/storage.h> 27#include <qpe/storage.h>
28 28
29#include <qmessagebox.h>
30#include <qapplication.h>
31#include <qslider.h>
32#include <qcheckbox.h> 29#include <qcheckbox.h>
33#include <qlineedit.h>
34#include <qcombobox.h> 30#include <qcombobox.h>
35#include <qlabel.h> 31#include <qlabel.h>
36 32
37#include <sys/utsname.h> 33#include <sys/utsname.h>
38#include <sys/time.h> 34#include <sys/time.h>
39#include <sys/types.h> 35#include <sys/types.h>
40#include <unistd.h> 36#include <unistd.h>
41#include <stdio.h> 37#include <stdio.h>
42#include <sys/stat.h> 38#include <sys/stat.h>
43 39
44 40
45SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl ) 41SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl )
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp
index 5421bb4..af794ba 100644
--- a/noncore/settings/sound/soundsettingsbase.cpp
+++ b/noncore/settings/sound/soundsettingsbase.cpp
@@ -1,36 +1,27 @@
1/**************************************************************************** 1/****************************************************************************
2** Form implementation generated from reading ui file 'soundsettingsbase.ui' 2** Form implementation generated from reading ui file 'soundsettingsbase.ui'
3** 3**
4** Created: Sun May 19 12:11:35 2002 4** Created: Sun May 19 12:11:35 2002
5** by: The User Interface Compiler (uic) 5** by: The User Interface Compiler (uic)
6** 6**
7** WARNING! All changes made in this file will be lost! 7** WARNING! All changes made in this file will be lost!
8****************************************************************************/ 8****************************************************************************/
9#include "soundsettingsbase.h" 9#include "soundsettingsbase.h"
10 10
11#include <qcheckbox.h> 11#include <qcheckbox.h>
12#include <qcombobox.h> 12#include <qcombobox.h>
13#include <qgroupbox.h>
14#include <qmainwindow.h>
15 13
16#include <qpe/qpeapplication.h>
17#include <qlabel.h> 14#include <qlabel.h>
18#include <qpushbutton.h>
19#include <qslider.h>
20#include <qlayout.h> 15#include <qlayout.h>
21#include <qvariant.h>
22#include <qtooltip.h>
23#include <qwhatsthis.h>
24#include <qimage.h>
25#include <qpixmap.h> 16#include <qpixmap.h>
26 17
27static const char* const image0_data[] = { 18static const char* const image0_data[] = {
28"16 16 3 1", 19"16 16 3 1",
29". c None", 20". c None",
30"a c #000000", 21"a c #000000",
31"# c #ff0000", 22"# c #ff0000",
32"............#...", 23"............#...",
33"............##..", 24"............##..",
34"..........#..#..", 25"..........#..#..",
35".....a..#..#.#..", 26".....a..#..#.#..",
36"....aa..##.#..#.", 27"....aa..##.#..#.",