diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:50:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:50:16 +0900 |
commit | 7a2349ae3d67309948bff7d0447395d41bdd7a23 (patch) | |
tree | 6fd138738fdb14de7f246272a9923c513566dd74 /parts/documentation/plugins/devhelp/docdevhelpplugin.cpp | |
parent | bcad1c05200994c503a5a5c56cbd4f2a469c5666 (diff) | |
download | tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.tar.gz tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/documentation/plugins/devhelp/docdevhelpplugin.cpp')
-rw-r--r-- | parts/documentation/plugins/devhelp/docdevhelpplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/plugins/devhelp/docdevhelpplugin.cpp b/parts/documentation/plugins/devhelp/docdevhelpplugin.cpp index 2710fe25..793c5437 100644 --- a/parts/documentation/plugins/devhelp/docdevhelpplugin.cpp +++ b/parts/documentation/plugins/devhelp/docdevhelpplugin.cpp @@ -30,7 +30,7 @@ #include <tdeaboutdata.h> #include <tdeconfig.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdevgenericfactory.h> #include <kdevplugininfo.h> |