summaryrefslogtreecommitdiff
path: root/core/applets/vmemo/vmemo.h
Unidiff
Diffstat (limited to 'core/applets/vmemo/vmemo.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.h b/core/applets/vmemo/vmemo.h
index 824309e..d96cd94 100644
--- a/core/applets/vmemo/vmemo.h
+++ b/core/applets/vmemo/vmemo.h
@@ -27,25 +27,24 @@ class VMemo : public QWidget
27{ 27{
28 Q_OBJECT 28 Q_OBJECT
29public: 29public:
30 VMemo( QWidget *parent, const char *name = NULL); 30 VMemo( QWidget *parent, const char *name = NULL);
31 ~VMemo(); 31 ~VMemo();
32 QFile track; 32 QFile track;
33 33
34public slots: 34public slots:
35 void record(); 35 void record();
36 void mousePressEvent( QMouseEvent * ); 36 void mousePressEvent( QMouseEvent * );
37 void mouseReleaseEvent( QMouseEvent * ); 37 void mouseReleaseEvent( QMouseEvent * );
38 void receive( const QCString &msg, const QByteArray &data ); 38 void receive( const QCString &msg, const QByteArray &data );
39 void sayHi();
40 39
41private: 40private:
42 void paintEvent( QPaintEvent* ); 41 void paintEvent( QPaintEvent* );
43 42
44 int openDSP(); 43 int openDSP();
45 int openWAV(const char *filename); 44 int openWAV(const char *filename);
46 45
47 QPixmap vmemoPixmap; 46 QPixmap vmemoPixmap;
48 QCopChannel *myChannel; 47 QCopChannel *myChannel;
49 bool systemZaurus; 48 bool systemZaurus;
50 int dsp, wav, rate, speed, channels, format, resolution; 49 int dsp, wav, rate, speed, channels, format, resolution;
51 bool recording; 50 bool recording;