summaryrefslogtreecommitdiffstats
path: root/kbiff/kbiffmonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbiff/kbiffmonitor.h')
-rw-r--r--kbiff/kbiffmonitor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kbiff/kbiffmonitor.h b/kbiff/kbiffmonitor.h
index 71a9be4..a3c1a81 100644
--- a/kbiff/kbiffmonitor.h
+++ b/kbiff/kbiffmonitor.h
@@ -252,10 +252,10 @@ typedef enum
* mon.setPollInterval(15);
* mon.start();
*
- * connect(&mon, SIGNAL(signal_newMail()), this, SLOT(processNewMail()));
- * connect(&mon, SIGNAL(signal_oldMail()), this, SLOT(processOldMail()));
- * connect(&mon, SIGNAL(signal_noMail()), this, SLOT(processNoMail()));
- * connect(&mon, SIGNAL(signal_noConn()), this, SLOT(processNoConn()));
+ * connect(&mon, TQ_SIGNAL(signal_newMail()), this, TQ_SLOT(processNewMail()));
+ * connect(&mon, TQ_SIGNAL(signal_oldMail()), this, TQ_SLOT(processOldMail()));
+ * connect(&mon, TQ_SIGNAL(signal_noMail()), this, TQ_SLOT(processNoMail()));
+ * connect(&mon, TQ_SIGNAL(signal_noConn()), this, TQ_SLOT(processNoConn()));
* </PRE>
*
* @short A "biff" class that monitors local and remote mailboxes
@@ -265,7 +265,7 @@ typedef enum
class KBiffMonitor : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**