diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:50:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:50:16 +0900 |
commit | 7a2349ae3d67309948bff7d0447395d41bdd7a23 (patch) | |
tree | 6fd138738fdb14de7f246272a9923c513566dd74 /lib/widgets | |
parent | bcad1c05200994c503a5a5c56cbd4f2a469c5666 (diff) | |
download | tdevelop-master.tar.gz tdevelop-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/kdevhtmlpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 8fdec94e..dca4ac56 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -5,7 +5,7 @@ #include <kxmlguiclient.h> #include <tdeaction.h> #include <kstdaction.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <tdepopupmenu.h> #include <kiconloader.h> |