author | llornkcor <llornkcor> | 2003-11-12 21:00:27 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-11-12 21:00:27 (UTC) |
commit | aec97f423ccc42f803f09ccf743b42e36363cc26 (patch) (unidiff) | |
tree | 7281736f94213dd9b8810b47e86633bf7e788240 | |
parent | d9a835f8672d0fb485335e9fc85c35a430320ce2 (diff) | |
download | opie-aec97f423ccc42f803f09ccf743b42e36363cc26.zip opie-aec97f423ccc42f803f09ccf743b42e36363cc26.tar.gz opie-aec97f423ccc42f803f09ccf743b42e36363cc26.tar.bz2 |
opierec doesnot need iostream.h
-rw-r--r-- | noncore/multimedia/opierec/qtrec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/qtrec.h b/noncore/multimedia/opierec/qtrec.h index 5d6ed62..ada3270 100644 --- a/noncore/multimedia/opierec/qtrec.h +++ b/noncore/multimedia/opierec/qtrec.h | |||
@@ -1,43 +1,42 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** Created: Thu Jan 17 11:19:45 2002 | 2 | ** Created: Thu Jan 17 11:19:45 2002 |
3 | copyright 2002 by L.J. Potter ljp@llornkcor.com | 3 | copyright 2002 by L.J. Potter ljp@llornkcor.com |
4 | ****************************************************************************/ | 4 | ****************************************************************************/ |
5 | #ifndef QTREC_H | 5 | #ifndef QTREC_H |
6 | #define QTREC_H | 6 | #define QTREC_H |
7 | #define VERSION 1.0 | 7 | #define VERSION 1.0 |
8 | 8 | ||
9 | #include <qpe/ir.h> | 9 | #include <qpe/ir.h> |
10 | 10 | ||
11 | #include <iostream.h> | ||
12 | #include <qfile.h> | 11 | #include <qfile.h> |
13 | #include <qimage.h> | 12 | #include <qimage.h> |
14 | #include <qlineedit.h> | 13 | #include <qlineedit.h> |
15 | #include <qpixmap.h> | 14 | #include <qpixmap.h> |
16 | #include <qvariant.h> | 15 | #include <qvariant.h> |
17 | #include <qwidget.h> | 16 | #include <qwidget.h> |
18 | #include <stdio.h> | 17 | #include <stdio.h> |
19 | #include <stdlib.h> | 18 | #include <stdlib.h> |
20 | 19 | ||
21 | #include "device.h" | 20 | #include "device.h" |
22 | #include "wavFile.h" | 21 | #include "wavFile.h" |
23 | 22 | ||
24 | class QButtonGroup; | 23 | class QButtonGroup; |
25 | class QCheckBox; | 24 | class QCheckBox; |
26 | class QComboBox; | 25 | class QComboBox; |
27 | class QGridLayout; | 26 | class QGridLayout; |
28 | class QGroupBox; | 27 | class QGroupBox; |
29 | class QHBoxLayout; | 28 | class QHBoxLayout; |
30 | class QIconView; | 29 | class QIconView; |
31 | class QIconViewItem; | 30 | class QIconViewItem; |
32 | class QLabel; | 31 | class QLabel; |
33 | class QLabel; | 32 | class QLabel; |
34 | class QListView; | 33 | class QListView; |
35 | class QListViewItem; | 34 | class QListViewItem; |
36 | class QPushButton; | 35 | class QPushButton; |
37 | class QSlider; | 36 | class QSlider; |
38 | class QTabWidget; | 37 | class QTabWidget; |
39 | class QTimer; | 38 | class QTimer; |
40 | class QVBoxLayout; | 39 | class QVBoxLayout; |
41 | class QLineEdit; | 40 | class QLineEdit; |
42 | 41 | ||
43 | #define MAX_TRACKS 2 | 42 | #define MAX_TRACKS 2 |