diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:45:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:59:01 +0900 |
commit | 90ddc2d5c7704f0a5b230a8a6c7e94f63395a006 (patch) | |
tree | 9e3c304e6c964108b478f9483749e0c13a4291f9 /tdefile-plugins/cert | |
parent | c66ac89f1a329e3705d28a4dd7d7658d325593ff (diff) | |
download | tdeaddons-90ddc2d5c7704f0a5b230a8a6c7e94f63395a006.tar.gz tdeaddons-90ddc2d5c7704f0a5b230a8a6c7e94f63395a006.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefile-plugins/cert')
-rw-r--r-- | tdefile-plugins/cert/tdefile_cert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/cert/tdefile_cert.cpp b/tdefile-plugins/cert/tdefile_cert.cpp index 7f68023..06e2b50 100644 --- a/tdefile-plugins/cert/tdefile_cert.cpp +++ b/tdefile-plugins/cert/tdefile_cert.cpp @@ -25,7 +25,7 @@ #include <ksslcertificate.h> #include <ksslx509map.h> #include <kopenssl.h> -//#include <kstandarddirs.h> +//#include <tdestandarddirs.h> //#include <kdebug.h> //#include <tdeio/global.h> |