diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:50:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-27 18:01:06 +0900 |
| commit | 7e4a6583faf09a162eadf184e217ae5ee7888aef (patch) | |
| tree | 10ecbe1e117d01bd39fe1515ee5187a4bb1c268f /kgpg/listkeys.cpp | |
| parent | de6d1a19edb48f9487a012fc128c241e93d2684d (diff) | |
| download | tdeutils-7e4a6583faf09a162eadf184e217ae5ee7888aef.tar.gz tdeutils-7e4a6583faf09a162eadf184e217ae5ee7888aef.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kgpg/listkeys.cpp')
| -rw-r--r-- | kgpg/listkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/listkeys.cpp b/kgpg/listkeys.cpp index 2d95b6e..4cc505e 100644 --- a/kgpg/listkeys.cpp +++ b/kgpg/listkeys.cpp @@ -74,7 +74,7 @@ #include <tdeabc/addresseedialog.h> #include <kdesktopfile.h> #include <kmimetype.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqcombobox.h> #include <tqtabwidget.h> #include <kinputdialog.h> |
