00001 /**************************************************************************** 00002 ** Liste des transferts FTP pour Scythia 00003 ** Créé par Anacr0x : anacr0x@free.fr 00004 ** 00005 ** Sous licence GPL v2 ou plus 00006 ****************************************************************************/ 00007 00008 #ifndef TRANSFERS_H 00009 #define TRANSFERS_H 00010 00011 #include <QtCore> 00012 #include <QtGui> 00013 #include <QtNetwork> 00014 #include "ui_transfers.h" 00015 00016 class transfers:public QWidget, public Ui::transfers 00017 { 00018 Q_OBJECT 00019 public: 00021 transfers(QWidget * parent = 0); 00022 }; 00023 00024 #endif