summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/file_layer.h
authorharlekin <harlekin>2002-10-05 22:21:04 (UTC)
committer harlekin <harlekin>2002-10-05 22:21:04 (UTC)
commit48b16b3a3557e70abf90e83b84396258b92b652e (patch) (unidiff)
tree9dad37a08e79da5705a8297b2bf09a0b2441f3b6 /noncore/apps/opie-console/file_layer.h
parent99425255c4afcd75ee6b2f903487cb958d3acdee (diff)
downloadopie-48b16b3a3557e70abf90e83b84396258b92b652e.zip
opie-48b16b3a3557e70abf90e83b84396258b92b652e.tar.gz
opie-48b16b3a3557e70abf90e83b84396258b92b652e.tar.bz2
otabwidget instead of qtabwidget
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
@@ -6,13 +6,15 @@
6 6
7class QFile; 7class QFile;
8/** 8/**
9 * this is the layer for sending files 9 * this is the layer for sending files
10 */ 10 */
11class FileTransferLayer : public QObject { 11class FileTransferLayer : public QObject {
12
12 Q_OBJECT 13 Q_OBJECT
14
13public: 15public:
14 /** 16 /**
15 *the io layer to be used 17 *the io layer to be used
16 */ 18 */
17 FileTransferLayer( IOLayer* ); 19 FileTransferLayer( IOLayer* );
18 virtual ~FileTransferLayer(); 20 virtual ~FileTransferLayer();