summaryrefslogtreecommitdiff
path: root/core
authorllornkcor <llornkcor>2004-09-27 09:46:44 (UTC)
committer llornkcor <llornkcor>2004-09-27 09:46:44 (UTC)
commit28c514ec19215b6db5e98ba64d5f716c0b5ba391 (patch) (unidiff)
treec39132999d045d127848d8a5b8513e079d90203f /core
parent3381ae96e9f386e96feb4121425912f9ddb3a53f (diff)
downloadopie-28c514ec19215b6db5e98ba64d5f716c0b5ba391.zip
opie-28c514ec19215b6db5e98ba64d5f716c0b5ba391.tar.gz
opie-28c514ec19215b6db5e98ba64d5f716c0b5ba391.tar.bz2
fix vmemo
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp
index 07ef15c..d5808b7 100644
--- a/core/applets/vmemo/vmemo.cpp
+++ b/core/applets/vmemo/vmemo.cpp
@@ -220,3 +220,5 @@ VMemo::VMemo( QWidget *parent, const char *_name )
220 220
221// myChannel = new QCopChannel( "QPE/VMemo", this );
221 myChannel = new QCopChannel( "QPE/VMemo", this ); 222 myChannel = new QCopChannel( "QPE/VMemo", this );
223
222 connect( myChannel, SIGNAL(received(const QCString&,const QByteArray&)), 224 connect( myChannel, SIGNAL(received(const QCString&,const QByteArray&)),
@@ -224,2 +226,3 @@ VMemo::VMemo( QWidget *parent, const char *_name )
224 226
227
225 if( toggleKey != -1 ) { 228 if( toggleKey != -1 ) {
@@ -230,4 +233,4 @@ VMemo::VMemo( QWidget *parent, const char *_name )
230 e << toggleKey; 233 e << toggleKey;
231 e << QString("QPE/VMemo"); 234 e << QCString("QPE/VMemo");
232 e << QString("toggleRecord()"); 235 e << QCString("toggleRecord()");
233 } 236 }
@@ -253,3 +256,2 @@ int VMemo::position()
253void VMemo::receive( const QCString &msg, const QByteArray &data ) { 256void VMemo::receive( const QCString &msg, const QByteArray &data ) {
254 odebug << "Vmemo receive" << oendl;
255 QDataStream stream( data, IO_ReadOnly ); 257 QDataStream stream( data, IO_ReadOnly );
@@ -522,3 +524,3 @@ bool VMemo::record() {
522 odebug << "usr ADPCM" << oendl; 524 odebug << "usr ADPCM" << oendl;
523 525
524 while(recording) { 526 while(recording) {
@@ -667,3 +669,3 @@ void VMemo::timerBreak() {
667 669
668EXPORT_OPIE_APPLET_v1( VMemo ) 670//EXPORT_OPIE_APPLET_v1( VMemo )
669 671