summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.cpp
authorllornkcor <llornkcor>2003-05-26 04:21:39 (UTC)
committer llornkcor <llornkcor>2003-05-26 04:21:39 (UTC)
commit57e35a76319a949cb9c065aabf953645b79e7d96 (patch) (unidiff)
tree2397ee1eee9bb2c5fb765f206a81d5b9da789f03 /noncore/settings/sound/soundsettingsbase.cpp
parentf63dee18fe56ba54d9203836722a1f499e2539f3 (diff)
downloadopie-57e35a76319a949cb9c065aabf953645b79e7d96.zip
opie-57e35a76319a949cb9c065aabf953645b79e7d96.tar.gz
opie-57e35a76319a949cb9c065aabf953645b79e7d96.tar.bz2
remove extra includes
Diffstat (limited to 'noncore/settings/sound/soundsettingsbase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp9
1 files changed, 0 insertions, 9 deletions
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
@@ -5,28 +5,19 @@
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"............#...",