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 /dcop | |
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 'dcop')
-rw-r--r-- | dcop/dcopclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcopclient.cpp b/dcop/dcopclient.cpp index 8965b6062..1533b802c 100644 --- a/dcop/dcopclient.cpp +++ b/dcop/dcopclient.cpp @@ -62,7 +62,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqsocketnotifier.h> #include <tqregexp.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <dcopglobal.h> #include <dcopclient.h> |