-rw-r--r-- | core/applets/obex/obeximpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h index 09aa4b3..888bfea 100644 --- a/core/applets/obex/obeximpl.h +++ b/core/applets/obex/obeximpl.h | |||
@@ -22,9 +22,9 @@ namespace OpieObex { | |||
22 | private slots: | 22 | private slots: |
23 | void slotMessage( const QCString&, const QByteArray& ); | 23 | void slotMessage( const QCString&, const QByteArray& ); |
24 | void slotError(int ); | 24 | /* void slotError(int ); |
25 | void slotCurrentTry( unsigned int ); | 25 | void slotCurrentTry( unsigned int ); |
26 | void slotDone(bool); | 26 | void slotDone(bool); |
27 | void slotReceivedFile(const QString & ); | 27 | void slotReceivedFile(const QString & ); |
28 | void slotSent(); | 28 | void slotSent();*/ |
29 | }; | 29 | }; |
30 | }; | 30 | }; |