-rw-r--r-- | core/applets/obex/obeximpl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc index 82ff1a1..e787fca 100644 --- a/core/applets/obex/obeximpl.cc +++ b/core/applets/obex/obeximpl.cc | |||
@@ -45,6 +45,6 @@ void ObexImpl::slotMessage( const QCString& msg, const QByteArray&data ) { | |||
45 | stream >> filename; | 45 | stream >> filename; |
46 | m_obex->send(filename ); | 46 | m_obex->send(filename ); |
47 | QCopEnvelope e ("QPE/Obex", "done(QString)" ); | 47 | // QCopEnvelope e ("QPE/Obex", "done(QString)" ); but this into a slot |
48 | e << filename; | 48 | //e << filename; |
49 | }else if(msg == "receive(bool)" ) { // open a GUI | 49 | }else if(msg == "receive(bool)" ) { // open a GUI |
50 | m_obex->receive(); | 50 | m_obex->receive(); |