diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:33:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:33:12 +0900 |
| commit | 8d66ad7ffe936a8a51f2c7851dca68f856c18ecf (patch) | |
| tree | 31563f47f8d1a662731fd5085a5037f9f2fe3fc5 /src/otrlchatinterface.cpp | |
| parent | 4236d98d2c5d13a2f5f6baa97bfe91e9446d30a7 (diff) | |
| download | kopete-otr-8d66ad7ffe936a8a51f2c7851dca68f856c18ecf.tar.gz kopete-otr-8d66ad7ffe936a8a51f2c7851dca68f856c18ecf.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/otrlchatinterface.cpp')
| -rw-r--r-- | src/otrlchatinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrlchatinterface.cpp b/src/otrlchatinterface.cpp index 3830a66..bf3051a 100644 --- a/src/otrlchatinterface.cpp +++ b/src/otrlchatinterface.cpp @@ -42,7 +42,7 @@ #include <kdebug.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kprogress.h> #include <kpassivepopup.h> |
