summaryrefslogtreecommitdiff
path: root/core/applets/obex/obex.cc
authorharlekin <harlekin>2002-06-12 22:30:51 (UTC)
committer harlekin <harlekin>2002-06-12 22:30:51 (UTC)
commit7239ae505999b64c74479c460daba256baf82798 (patch) (side-by-side diff)
tree6f140a09edb1aa7d6d12e7932169b3ae9db1e853 /core/applets/obex/obex.cc
parent72a7f7c6450033e3a2411c29b1f5505725c95241 (diff)
downloadopie-7239ae505999b64c74479c460daba256baf82798.zip
opie-7239ae505999b64c74479c460daba256baf82798.tar.gz
opie-7239ae505999b64c74479c460daba256baf82798.tar.bz2
some gui updates
Diffstat (limited to 'core/applets/obex/obex.cc') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/obex/obex.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/applets/obex/obex.cc b/core/applets/obex/obex.cc
index f35d57a..683964b 100644
--- a/core/applets/obex/obex.cc
+++ b/core/applets/obex/obex.cc
@@ -1,6 +1,7 @@
#include <qapplication.h>
-
+#include <qmessagebox.h>
+#include <qpe/qcopenvelope_qws.h>
#include <opie/oprocess.h>
#include "obex.h"
@@ -91,6 +92,7 @@ void Obex::recieved() {
};
delete m_rec;
}
+
void Obex::sendEnd() {
if (m_send->normalExit() ) {
if ( m_send->exitStatus() == 0 ) {