diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 22:29:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 22:29:16 +0900 |
commit | 474e28405a1d8c7907f6df516e8e8bfd0504a940 (patch) | |
tree | 190e62d4e23187c178d9b6876f61e305926166f9 /lib/kross | |
parent | 201b6b75ecccbd9c37ac74f7f85def8ea3548cde (diff) | |
download | koffice-474e28405a1d8c7907f6df516e8e8bfd0504a940.tar.gz koffice-474e28405a1d8c7907f6df516e8e8bfd0504a940.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kross')
-rw-r--r-- | lib/kross/api/eventsignal.cpp | 2 | ||||
-rw-r--r-- | lib/kross/api/eventslot.cpp | 2 | ||||
-rw-r--r-- | lib/kross/api/qtobject.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/kross/api/eventsignal.cpp b/lib/kross/api/eventsignal.cpp index 32537a68..51e32e27 100644 --- a/lib/kross/api/eventsignal.cpp +++ b/lib/kross/api/eventsignal.cpp @@ -23,7 +23,7 @@ #include "qtobject.h" #include <tqmetaobject.h> -#include <tqucom_p.h> // for the TQt TQUObject API. +#include <private/tqucom_p.h> // for the TQt TQUObject API. using namespace Kross::Api; diff --git a/lib/kross/api/eventslot.cpp b/lib/kross/api/eventslot.cpp index 5e655cdb..e5cadca1 100644 --- a/lib/kross/api/eventslot.cpp +++ b/lib/kross/api/eventslot.cpp @@ -23,7 +23,7 @@ #include "qtobject.h" #include <tqmetaobject.h> -#include <tqucom_p.h> // for the TQt TQUObject API. +#include <private/tqucom_p.h> // for the TQt TQUObject API. using namespace Kross::Api; diff --git a/lib/kross/api/qtobject.cpp b/lib/kross/api/qtobject.cpp index 55c07ca3..d7319091 100644 --- a/lib/kross/api/qtobject.cpp +++ b/lib/kross/api/qtobject.cpp @@ -31,7 +31,7 @@ //#include <tqglobal.h> //#include <tqobjectdefs.h> #include <tqmetaobject.h> -#include <tqucom_p.h> // for the TQt TQUObject API. +#include <private/tqucom_p.h> // for the TQt TQUObject API. using namespace Kross::Api; |