summaryrefslogtreecommitdiff
path: root/core/applets/vmemo/vmemo.h
Unidiff
Diffstat (limited to 'core/applets/vmemo/vmemo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/applets/vmemo/vmemo.h b/core/applets/vmemo/vmemo.h
index 701663f..b33ab55 100644
--- a/core/applets/vmemo/vmemo.h
+++ b/core/applets/vmemo/vmemo.h
@@ -18,4 +18,5 @@
18#define __VMEMO_H__ 18#define __VMEMO_H__
19 19
20
20#include <qwidget.h> 21#include <qwidget.h>
21#include <qpixmap.h> 22#include <qpixmap.h>
@@ -23,4 +24,5 @@
23#include <qfile.h> 24#include <qfile.h>
24#include <qpe/qcopenvelope_qws.h> 25#include <qpe/qcopenvelope_qws.h>
26#include <qlabel.h>
25 27
26class VMemo : public QWidget 28class VMemo : public QWidget
@@ -32,5 +34,5 @@ public:
32 QFile track; 34 QFile track;
33 QString fileName, errorMsg; 35 QString fileName, errorMsg;
34 36 QLabel* msgLabel;
35public slots: 37public slots:
36 void record(); 38 void record();
@@ -43,5 +45,5 @@ private:
43 bool useAlerts; 45 bool useAlerts;
44 void paintEvent( QPaintEvent* ); 46 void paintEvent( QPaintEvent* );
45 47 int setToggleButton(int);
46 int openDSP(); 48 int openDSP();
47 int openWAV(const char *filename); 49 int openWAV(const char *filename);