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/gui/itemeditor.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/gui/itemeditor.cpp')
| -rw-r--r-- | src/gui/itemeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemeditor.cpp b/src/gui/itemeditor.cpp index 1c97769..a6b21a2 100644 --- a/src/gui/itemeditor.cpp +++ b/src/gui/itemeditor.cpp @@ -15,7 +15,7 @@ #include "propertieslistview.h" #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqlayout.h> #include <tqlabel.h> |
