summaryrefslogtreecommitdiffstats
path: root/tdeioslave/smtp/smtp.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-27 21:28:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-27 21:28:15 +0900
commit014f6d2586905e03681aa6fb9a85c2c8190e53f4 (patch)
treec5adcc760a4faedd8a7c690963b2c61af1a68325 /tdeioslave/smtp/smtp.h
parent2317bee2466f4613df68e7d6b7d7eee46befd359 (diff)
downloadtdebase-014f6d2586905e03681aa6fb9a85c2c8190e53f4.tar.gz
tdebase-014f6d2586905e03681aa6fb9a85c2c8190e53f4.zip
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/smtp/smtp.h')
-rw-r--r--tdeioslave/smtp/smtp.h2
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;