author | llornkcor <llornkcor> | 2003-04-22 14:11:34 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-04-22 14:11:34 (UTC) |
commit | 91bef5f1e3c76d32d15be55a020fa1df3d525a50 (patch) (unidiff) | |
tree | e0b3070ce281e641d1a71273516b8d386e69a090 | |
parent | 84be228e70b7d36627a8610386f44b6928d35d6a (diff) | |
download | opie-91bef5f1e3c76d32d15be55a020fa1df3d525a50.zip opie-91bef5f1e3c76d32d15be55a020fa1df3d525a50.tar.gz opie-91bef5f1e3c76d32d15be55a020fa1df3d525a50.tar.bz2 |
blah. must remember to think before committing.
-rw-r--r-- | noncore/multimedia/opierec/device.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/helpwindow.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/qtrec.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/wavFile.h | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/multimedia/opierec/device.h b/noncore/multimedia/opierec/device.h index 2d4d2fc..f92be98 100644 --- a/noncore/multimedia/opierec/device.h +++ b/noncore/multimedia/opierec/device.h | |||
@@ -8,5 +8,5 @@ class Device : public QObject { | |||
8 | Q_OBJECT | 8 | Q_OBJECT |
9 | public: | 9 | public: |
10 | Device( QObject * parent, const char * dspStr, const char * mixerStr, bool record ); | 10 | Device( QObject * parent=0, const char * dspStr=0, const char * mixerStr=0, bool record=0 ); |
11 | ~Device() {}; | 11 | ~Device() {}; |
12 | bool closeDevice( bool); | 12 | bool closeDevice( bool); |
diff --git a/noncore/multimedia/opierec/helpwindow.h b/noncore/multimedia/opierec/helpwindow.h index bd8fbdf..bfe2341 100644 --- a/noncore/multimedia/opierec/helpwindow.h +++ b/noncore/multimedia/opierec/helpwindow.h | |||
@@ -26,5 +26,5 @@ class HelpWindow : public QMainWindow | |||
26 | Q_OBJECT | 26 | Q_OBJECT |
27 | public: | 27 | public: |
28 | HelpWindow( const QString& home_, const QString& path, QWidget* parent, const char *name ); | 28 | HelpWindow( const QString& home_=0, const QString& path=0, QWidget* parent=0, const char *name=0 ); |
29 | ~HelpWindow(); | 29 | ~HelpWindow(); |
30 | 30 | ||
diff --git a/noncore/multimedia/opierec/qtrec.h b/noncore/multimedia/opierec/qtrec.h index 1a51151..bcf5504 100644 --- a/noncore/multimedia/opierec/qtrec.h +++ b/noncore/multimedia/opierec/qtrec.h | |||
@@ -57,5 +57,5 @@ class QtRec : public QWidget | |||
57 | 57 | ||
58 | public: | 58 | public: |
59 | QtRec( QWidget* parent, const char* name, WFlags fl ); | 59 | QtRec( QWidget* parent=0, const char* name=0, WFlags fl=0 ); |
60 | ~QtRec(); | 60 | ~QtRec(); |
61 | QSlider *OutputSlider,*InputSlider; | 61 | QSlider *OutputSlider,*InputSlider; |
diff --git a/noncore/multimedia/opierec/wavFile.h b/noncore/multimedia/opierec/wavFile.h index 53740e0..b70c09d 100644 --- a/noncore/multimedia/opierec/wavFile.h +++ b/noncore/multimedia/opierec/wavFile.h | |||
@@ -28,6 +28,6 @@ class WavFile : public QObject { | |||
28 | Q_OBJECT | 28 | Q_OBJECT |
29 | public: | 29 | public: |
30 | WavFile( QObject * parent,const QString &fileName, bool newFile, int sampleRate, | 30 | WavFile( QObject * parent=0,const QString &fileName=0, bool newFile=0, int sampleRate=0, |
31 | int channels , int resolution, int format); | 31 | int channels=0 , int resolution=0, int format=0); |
32 | ~WavFile(); | 32 | ~WavFile(); |
33 | wavhdr hdr; | 33 | wavhdr hdr; |