diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:32:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:32:13 +0900 |
commit | cff034308ca68e006ac4e4adb4ddb694a9e362b6 (patch) | |
tree | 503ce16dce147a2464c3d62a76cfe3e7a7bff620 /src/sq_widgetstack.cpp | |
parent | ff6fb4b13771a51829388db18c620e9c2ab577f5 (diff) | |
download | ksquirrel-cff034308ca68e006ac4e4adb4ddb694a9e362b6.tar.gz ksquirrel-cff034308ca68e006ac4e4adb4ddb694a9e362b6.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sq_widgetstack.cpp')
-rw-r--r-- | src/sq_widgetstack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sq_widgetstack.cpp b/src/sq_widgetstack.cpp index aec29e1..8aeeaba 100644 --- a/src/sq_widgetstack.cpp +++ b/src/sq_widgetstack.cpp @@ -28,7 +28,7 @@ #include <tdeaction.h> #include <kcombobox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdestdaccel.h> #include <tdelocale.h> #include <tdeio/job.h> |