1 /***************************************************************************
3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation version 2 of the License. *
7 ***************************************************************************/
12 #include "dccNewbase.h"
14 class dccNew
: public dccNewBase
19 dccNew( QWidget
*parent
= 0,
22 QString nick
= QString::null
);
34 void accepted(int type
, QString nick
, QString file
);
37 virtual void chatClicked();
38 virtual void fileSendClicked();
39 virtual void sendClicked();
40 virtual void fileClicked();
41 virtual void reject();