diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:31:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:31:04 +0900 |
| commit | a9588dacaf3f5372c0227299bbddf8721ba2c89e (patch) | |
| tree | 51281fc278d7ead2612f4044ec68e1df559ecb83 /src/ktechlab.cpp | |
| parent | f60ff832d78a8cfbbcac6ebda959194611caa0bf (diff) | |
| download | ktechlab-a9588dacaf3f5372c0227299bbddf8721ba2c89e.tar.gz ktechlab-a9588dacaf3f5372c0227299bbddf8721ba2c89e.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ktechlab.cpp')
| -rw-r--r-- | src/ktechlab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ktechlab.cpp b/src/ktechlab.cpp index a699f05..9d4940e 100644 --- a/src/ktechlab.cpp +++ b/src/ktechlab.cpp @@ -53,7 +53,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ktabwidget.h> #include <kurldrag.h> #include <twin.h> |
