From ff4ab0f08fe935fd781be4caa245cb953e9f68ce Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 26 May 2002 23:41:26 +0000 Subject: changed visual alert to QLabel in the corner while recording, instead of nag screen when stopping recording. made pick-a-key record work --- (limited to 'core/applets/vmemo/vmemo.h') 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 @@ -17,11 +17,13 @@ #ifndef __VMEMO_H__ #define __VMEMO_H__ + #include #include #include #include #include +#include class VMemo : public QWidget { @@ -31,7 +33,7 @@ public: ~VMemo(); QFile track; QString fileName, errorMsg; - + QLabel* msgLabel; public slots: void record(); void mousePressEvent( QMouseEvent * ); @@ -42,7 +44,7 @@ public slots: private: bool useAlerts; void paintEvent( QPaintEvent* ); - + int setToggleButton(int); int openDSP(); int openWAV(const char *filename); bool fromToggle; -- cgit v0.9.0.2