diff options
author | Michele Calgaro <[email protected]> | 2023-08-27 21:28:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-27 21:28:15 +0900 |
commit | 014f6d2586905e03681aa6fb9a85c2c8190e53f4 (patch) | |
tree | c5adcc760a4faedd8a7c690963b2c61af1a68325 /tdeioslave/smtp/smtp.h | |
parent | 2317bee2466f4613df68e7d6b7d7eee46befd359 (diff) | |
download | tdebase-014f6d2586905e03681aa6fb9a85c2c8190e53f4.tar.gz tdebase-014f6d2586905e03681aa6fb9a85c2c8190e53f4.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/smtp/smtp.h')
-rw-r--r-- | tdeioslave/smtp/smtp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tdeioslave/smtp/smtp.h b/tdeioslave/smtp/smtp.h index 853ff3ec6..9d324fe0c 100644 --- a/tdeioslave/smtp/smtp.h +++ b/tdeioslave/smtp/smtp.h @@ -39,9 +39,7 @@ class KURL; class TQCString; template <typename T> class TQMemArray; -#ifdef USE_QT3 typedef TQMemArray<char> TQByteArray; -#endif // USE_QT3 namespace KioSMTP { class Response; |