summaryrefslogtreecommitdiff
path: root/core/applets/obex/obeximpl.h
Unidiff
Diffstat (limited to 'core/applets/obex/obeximpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obeximpl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h
index 888bfea..aad0883 100644
--- a/core/applets/obex/obeximpl.h
+++ b/core/applets/obex/obeximpl.h
@@ -4,6 +4,8 @@
4 4
5#include <qobject.h> 5#include <qobject.h>
6#include "../obexinterface.h" 6#include "../obexinterface.h"
7#include "obexdlg.h"
8#include "obexinc.h"
7#include <qpe/qcopenvelope_qws.h> 9#include <qpe/qcopenvelope_qws.h>
8 10
9namespace OpieObex { 11namespace OpieObex {
@@ -19,7 +21,10 @@ namespace OpieObex {
19 ulong ref; 21 ulong ref;
20 Obex* m_obex; // obex lib 22 Obex* m_obex; // obex lib
21 QCopChannel *m_chan; 23 QCopChannel *m_chan;
24 ObexDlg *m_sendgui;
25 ObexInc *m_recvgui;
22 private slots: 26 private slots:
27 void slotCancelSend();
23 void slotMessage( const QCString&, const QByteArray& ); 28 void slotMessage( const QCString&, const QByteArray& );
24 /* void slotError(int ); 29 /* void slotError(int );
25 void slotCurrentTry( unsigned int ); 30 void slotCurrentTry( unsigned int );