diff options
author | Michele Calgaro <[email protected]> | 2024-09-13 21:20:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-13 21:20:03 +0900 |
commit | 42388dbfca8954e09c316671aec383ec6e8da667 (patch) | |
tree | 99af676e74123ccb640511bf3a7c3ac23457215c /tdehtml/tdehtml_part.cpp | |
parent | 3150a4542f81f0f953e68170bda462b0a501ff29 (diff) | |
download | tdelibs-42388dbfca8954e09c316671aec383ec6e8da667.tar.gz tdelibs-42388dbfca8954e09c316671aec383ec6e8da667.zip |
Adapt to renamed tqt3 header files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdehtml/tdehtml_part.cpp')
-rw-r--r-- | tdehtml/tdehtml_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/tdehtml_part.cpp b/tdehtml/tdehtml_part.cpp index 712bbe764..1b74c5388 100644 --- a/tdehtml/tdehtml_part.cpp +++ b/tdehtml/tdehtml_part.cpp @@ -110,7 +110,7 @@ using namespace DOM; #include <tqfile.h> #include <tqtooltip.h> #include <tqmetaobject.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include "tdehtmlpart_p.h" #include "kpassivepopup.h" |