diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:25:10 +0900 |
commit | 5f7b2eed9d554a8ee935065534be57de37d6a6b1 (patch) | |
tree | 1e79a12384e808d5d8a7fa9020d366fc708f99a4 /languages/php/phpnewclassdlg.cpp | |
parent | d2d30bfbef26707f9158cbc31d5763a9a1d4ab2d (diff) | |
download | tdevelop-r14.1.x.tar.gz tdevelop-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6a709d087ffa69c1b38625e688b834d8ad676abd)
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..95047906 100644 --- a/languages/php/phpnewclassdlg.cpp +++ b/languages/php/phpnewclassdlg.cpp @@ -25,7 +25,7 @@ #include <tqtextedit.h> #include <tdeglobal.h> #include <kstandarddirs.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kdebug.h> using namespace std; |