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 /tdecore | |
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 'tdecore')
-rw-r--r-- | tdecore/kglobalaccel_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kglobalaccel_x11.cpp b/tdecore/kglobalaccel_x11.cpp index d76b8cdac..41e58b959 100644 --- a/tdecore/kglobalaccel_x11.cpp +++ b/tdecore/kglobalaccel_x11.cpp @@ -30,7 +30,7 @@ #include <tqregexp.h> #include <tqwidget.h> #include <tqmetaobject.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <tdeapplication.h> #include <kdebug.h> #include <kkeynative.h> |