diff options
Diffstat (limited to 'kioslave/smtp/smtp.h')
-rw-r--r-- | kioslave/smtp/smtp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kioslave/smtp/smtp.h b/kioslave/smtp/smtp.h index 18f489c2c..bcdcaaae3 100644 --- a/kioslave/smtp/smtp.h +++ b/kioslave/smtp/smtp.h @@ -1,6 +1,6 @@ /* -*- c++ -*- * Copyright (c) 2000, 2001 Alex Zepeda <zipzippy@sonic.net> - * Copyright (c) 2001 Michael Häckel <Michael@Haeckel.Net> + * Copyright (c) 2001 Michael H�ckel <Michael@Haeckel.Net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,7 +39,9 @@ class KURL; class TQCString; template <typename T> class TQMemArray; +#ifdef USE_QT3 typedef TQMemArray<char> TQByteArray; +#endif // USE_QT3 namespace KioSMTP { class Response; |