From 40ea15ee51ade4c3975d91d91717752560044f35 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 12 Jun 2002 17:24:59 +0000 Subject: Obex --- (limited to 'core') diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h index d5159e1..09aa4b3 100644 --- a/core/applets/obex/obeximpl.h +++ b/core/applets/obex/obeximpl.h @@ -21,6 +21,11 @@ namespace OpieObex { QCopChannel *m_chan; private slots: void slotMessage( const QCString&, const QByteArray& ); + void slotError(int ); + void slotCurrentTry( unsigned int ); + void slotDone(bool); + void slotReceivedFile(const QString & ); + void slotSent(); }; }; #endif -- cgit v0.9.0.2