summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp')
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp
index 7dbb0dd3..9c099ae0 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp
@@ -51,7 +51,7 @@ ShowTextDlg::ShowTextDlg(const TQString &fname, bool rich, TQWidget *parent, con
TQHBoxLayout *hb1 = new TQHBoxLayout(vb1);
hb1->addStretch(1);
TQPushButton *pb = new TQPushButton(tr("&OK"), this);
- connect(pb, TQT_SIGNAL(clicked()), TQT_SLOT(accept()));
+ connect(pb, TQ_SIGNAL(clicked()), TQ_SLOT(accept()));
hb1->addWidget(pb);
hb1->addStretch(1);