diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:45:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:45:44 +0900 |
| commit | caa5df3dcc83de066034204ef4f40475e6f9e07f (patch) | |
| tree | 8d35e731115f94363f93de1c5ab72ae1e0a65c86 /kttsd/plugins/command | |
| parent | 6fb2cbd29131dd4db976c9a32dfad60122f4a8c2 (diff) | |
| download | tdeaccessibility-caa5df3dcc83de066034204ef4f40475e6f9e07f.tar.gz tdeaccessibility-caa5df3dcc83de066034204ef4f40475e6f9e07f.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/plugins/command')
| -rw-r--r-- | kttsd/plugins/command/commandconf.cpp | 2 | ||||
| -rw-r--r-- | kttsd/plugins/command/commandproc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/command/commandconf.cpp b/kttsd/plugins/command/commandconf.cpp index 2144b52..8bd6c4d 100644 --- a/kttsd/plugins/command/commandconf.cpp +++ b/kttsd/plugins/command/commandconf.cpp @@ -29,7 +29,7 @@ #include <kdialog.h> #include <kcombobox.h> #include <tdetempfile.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kprogress.h> // KTTS includes. diff --git a/kttsd/plugins/command/commandproc.cpp b/kttsd/plugins/command/commandproc.cpp index eba5990..132cf6b 100644 --- a/kttsd/plugins/command/commandproc.cpp +++ b/kttsd/plugins/command/commandproc.cpp @@ -29,7 +29,7 @@ #include <tdeconfig.h> #include <tdeprocess.h> #include <tdetempfile.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // KTTS includes. #include <pluginproc.h> |
