summaryrefslogtreecommitdiffstats
path: root/kbiff/notify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbiff/notify.cpp')
-rw-r--r--kbiff/notify.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbiff/notify.cpp b/kbiff/notify.cpp
index e933b34..2c53265 100644
--- a/kbiff/notify.cpp
+++ b/kbiff/notify.cpp
@@ -49,9 +49,9 @@ KBiffNotify::KBiffNotify(TQWidget *parent_, const int num_new,
TQPushButton *launch = new TQPushButton(i18n("Mailer"), this);
// connect the signals to slots
- connect(ok, SIGNAL(clicked()), SLOT(accept()));
- connect(launch, SIGNAL(clicked()), SLOT(slotLaunchMailClient()));
- connect(launch, SIGNAL(clicked()), this, SLOT(accept()));
+ connect(ok, TQ_SIGNAL(clicked()), TQ_SLOT(accept()));
+ connect(launch, TQ_SIGNAL(clicked()), TQ_SLOT(slotLaunchMailClient()));
+ connect(launch, TQ_SIGNAL(clicked()), this, TQ_SLOT(accept()));
// Now do the layout
TQVBoxLayout *info_layout = new TQVBoxLayout(12);