diff options
Diffstat (limited to 'kbugbuster/backend/smtp.h')
-rw-r--r-- | kbugbuster/backend/smtp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/backend/smtp.h b/kbugbuster/backend/smtp.h index b97e3b89..f94e7660 100644 --- a/kbugbuster/backend/smtp.h +++ b/kbugbuster/backend/smtp.h @@ -14,8 +14,8 @@ #include <tqstring.h> #include <tqstringlist.h> -class QSocket; -class QTextStream; +class TQSocket; +class TQTextStream; class Smtp : public QObject { |