summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/file_layer.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/file_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/file_layer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/file_layer.h b/noncore/apps/opie-console/file_layer.h
index edb30e1..caa7478 100644
--- a/noncore/apps/opie-console/file_layer.h
+++ b/noncore/apps/opie-console/file_layer.h
@@ -46,15 +46,15 @@ public:
46 */ 46 */
47 FileTransferLayer( IOLayer* ); 47 FileTransferLayer( IOLayer* );
48 virtual ~FileTransferLayer(); 48 virtual ~FileTransferLayer();
49 49
50public slots: 50public slots:
51 51
52 virtual void sendFile( const QString& file, 52 virtual void sendFile( const QString&,
53 Mode mode, BlockSize blk, 53 Mode, BlockSize,
54 Features feat ) {}; 54 Features ) {};
55 55
56 /** 56 /**
57 * send a file over the layer 57 * send a file over the layer
58 */ 58 */
59 virtual void sendFile( const QString& file ) = 0; 59 virtual void sendFile( const QString& file ) = 0;
60 virtual void sendFile( const QFile& ) = 0; 60 virtual void sendFile( const QFile& ) = 0;