summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/file_layer.h
Side-by-side diff
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/file_layer.h b/noncore/apps/opie-console/file_layer.h
index 71a0c82..cfa149e 100644
--- a/noncore/apps/opie-console/file_layer.h
+++ b/noncore/apps/opie-console/file_layer.h
@@ -1,24 +1,26 @@
#ifndef OPIE_FILE_LAYER_H
#define OPIE_FILE_LAYER_H
#include "io_layer.h"
#include <opie/oprocess.h>
class QFile;
/**
* this is the layer for sending files
*/
class FileTransferLayer : public QObject {
+
Q_OBJECT
+
public:
/**
*the io layer to be used
*/
FileTransferLayer( IOLayer* );
virtual ~FileTransferLayer();
public slots:
/**
* send a file over the layer
*/
virtual void sendFile( const QString& file ) = 0;