diff options
Diffstat (limited to 'ksirc/dccNew.cpp')
-rw-r--r-- | ksirc/dccNew.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ksirc/dccNew.cpp b/ksirc/dccNew.cpp index fe30011d..03aa40f0 100644 --- a/ksirc/dccNew.cpp +++ b/ksirc/dccNew.cpp @@ -94,14 +94,14 @@ dccNew::dccNew( TQWidget *parent, const char *name, int type, TQString nick ) fileSendClicked(); } - connect(nickList, TQT_SIGNAL(highlighted(const TQString &)), - cbNicks, TQT_SLOT(setEditText(const TQString &))); + connect(nickList, TQ_SIGNAL(highlighted(const TQString &)), + cbNicks, TQ_SLOT(setEditText(const TQString &))); - connect(pbCancel, TQT_SIGNAL(clicked()), - this, TQT_SLOT(reject())); + connect(pbCancel, TQ_SIGNAL(clicked()), + this, TQ_SLOT(reject())); - connect(pbSend, TQT_SIGNAL(clicked()), - this, TQT_SLOT(accept())); + connect(pbSend, TQ_SIGNAL(clicked()), + this, TQ_SLOT(accept())); } |