-rw-r--r-- | noncore/settings/sound/soundsettings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp index 8b97e4d..20f0dab 100644 --- a/noncore/settings/sound/soundsettings.cpp +++ b/noncore/settings/sound/soundsettings.cpp | |||
@@ -13,32 +13,33 @@ | |||
13 | ** | 13 | ** |
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
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> | ||
29 | #include <qapplication.h> | 30 | #include <qapplication.h> |
30 | #include <qslider.h> | 31 | #include <qslider.h> |
31 | #include <qcheckbox.h> | 32 | #include <qcheckbox.h> |
32 | #include <qlineedit.h> | 33 | #include <qlineedit.h> |
33 | #include <qcombobox.h> | 34 | #include <qcombobox.h> |
34 | 35 | ||
35 | #include <sys/utsname.h> | 36 | #include <sys/utsname.h> |
36 | #include <sys/time.h> | 37 | #include <sys/time.h> |
37 | #include <sys/types.h> | 38 | #include <sys/types.h> |
38 | #include <unistd.h> | 39 | #include <unistd.h> |
39 | #include <stdio.h> | 40 | #include <stdio.h> |
40 | #include <sys/stat.h> | 41 | #include <sys/stat.h> |
41 | 42 | ||
42 | SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl ) | 43 | SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl ) |
43 | : SoundSettingsBase( parent, objname, TRUE, fl ) | 44 | : SoundSettingsBase( parent, objname, TRUE, fl ) |
44 | { | 45 | { |