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 /languages/php/phpnewclassdlg.cpp | |
parent | bcad1c05200994c503a5a5c56cbd4f2a469c5666 (diff) | |
download | tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.tar.gz tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'languages/php/phpnewclassdlg.cpp')
-rw-r--r-- | languages/php/phpnewclassdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/php/phpnewclassdlg.cpp b/languages/php/phpnewclassdlg.cpp index f7836514..890369bd 100644 --- a/languages/php/phpnewclassdlg.cpp +++ b/languages/php/phpnewclassdlg.cpp @@ -24,7 +24,7 @@ #include <tqregexp.h> #include <tqtextedit.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kinstance.h> #include <kdebug.h> |