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/api/eventslot.cpp | |
| parent | 201b6b75ecccbd9c37ac74f7f85def8ea3548cde (diff) | |
| download | koffice-474e2840.tar.gz koffice-474e2840.zip | |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kross/api/eventslot.cpp')
| -rw-r--r-- | lib/kross/api/eventslot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/eventslot.cpp b/lib/kross/api/eventslot.cpp index 5e655cdb3..e5cadca14 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; |
