summaryrefslogtreecommitdiffstats
path: root/ksirc/dccNew.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/dccNew.h')
-rw-r--r--ksirc/dccNew.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksirc/dccNew.h b/ksirc/dccNew.h
index 35638b59..3f4a5a54 100644
--- a/ksirc/dccNew.h
+++ b/ksirc/dccNew.h
@@ -14,12 +14,13 @@
class dccNew : public dccNewBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- dccNew( TQWidget *parent = 0,
+ dccNew( TQWidget *tqparent = 0,
const char *name = 0,
int type = -1,
- TQString nick = TQString::null );
+ TQString nick = TQString() );
~dccNew();
enum { Chat, Send };