summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/smtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/smtp.h')
-rw-r--r--kbugbuster/backend/smtp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kbugbuster/backend/smtp.h b/kbugbuster/backend/smtp.h
index f94e7660..be99d146 100644
--- a/kbugbuster/backend/smtp.h
+++ b/kbugbuster/backend/smtp.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** This file is a modified version of part of an example program for Qt.
+** This file is a modified version of part of an example program for TQt.
** This file may be used, distributed and modified without limitation.
**
** Don Sanders <sanders@kde.org>
@@ -17,9 +17,10 @@
class TQSocket;
class TQTextStream;
-class Smtp : public QObject
+class Smtp : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
Smtp( const TQString &from, const TQStringList &to, const TQString &message,