diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:41:08 +0900 |
| commit | 2e0f267a03e5c086841ad1ed58f62394f5b38db0 (patch) | |
| tree | 26c4a9d9283856b703db40efebeda9ef4ad84b66 /tdeioslave/smtp/smtp.cpp | |
| parent | 9e404dea2461a908f6d45824609c108dca05e5d9 (diff) | |
| download | tdebase-2e0f267a.tar.gz tdebase-2e0f267a.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fc027edfaa4e1134538d74499347fe7c15148f53)
Diffstat (limited to 'tdeioslave/smtp/smtp.cpp')
| -rw-r--r-- | tdeioslave/smtp/smtp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/smtp/smtp.cpp b/tdeioslave/smtp/smtp.cpp index 76e79f8a5..1197de853 100644 --- a/tdeioslave/smtp/smtp.cpp +++ b/tdeioslave/smtp/smtp.cpp @@ -61,7 +61,7 @@ using KioSMTP::TransactionState; #include <tdeemailsettings.h> #include <ksock.h> #include <kdebug.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeio/connection.h> #include <tdeio/slaveinterface.h> #include <tdelocale.h> |
