diff options
Diffstat (limited to 'kioslave/smtp/response.h')
-rw-r--r-- | kioslave/smtp/response.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/smtp/response.h b/kioslave/smtp/response.h index 1e5f722ab..26c79b9c1 100644 --- a/kioslave/smtp/response.h +++ b/kioslave/smtp/response.h @@ -36,7 +36,7 @@ #include <tqvaluelist.h> typedef TQValueList<TQCString> QCStringList; -class QString; +class TQString; namespace KioSMTP { |