diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-14 22:30:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-15 13:18:04 +0900 |
| commit | df4895c1e1043eefe87377f4cd085abaecca2e86 (patch) | |
| tree | 7dd1bada55be57070c8fc0d6b54d9586923f12ce /sip/tqt | |
| parent | f8780f8ac8d4f5955828d8c3a927bed453a3630b (diff) | |
| download | pytqt-df4895c1e1043eefe87377f4cd085abaecca2e86.tar.gz pytqt-df4895c1e1043eefe87377f4cd085abaecca2e86.zip | |
Adjust to current tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'sip/tqt')
| -rw-r--r-- | sip/tqt/tqlayout.sip | 12 | ||||
| -rw-r--r-- | sip/tqt/tqobject.sip | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sip/tqt/tqlayout.sip b/sip/tqt/tqlayout.sip index 82b86f2..841e3b0 100644 --- a/sip/tqt/tqlayout.sip +++ b/sip/tqt/tqlayout.sip @@ -101,7 +101,7 @@ This is a wrapper around the <Literal>TQLayoutIterator</Literal> class TQGLayoutIterator { %TypeHeaderCode -#include <tqabstractlayout.h> +#include <tqlayout.h> %End public: @@ -114,7 +114,7 @@ public: class TQLayoutIterator { %TypeHeaderCode -#include <tqabstractlayout.h> +#include <tqlayout.h> %End public: @@ -137,7 +137,7 @@ public: class TQLayoutItem { %TypeHeaderCode -#include <tqabstractlayout.h> +#include <tqlayout.h> %End public: @@ -178,7 +178,7 @@ public: class TQSpacerItem : TQLayoutItem { %TypeHeaderCode -#include <tqabstractlayout.h> +#include <tqlayout.h> %End public: @@ -201,7 +201,7 @@ public: class TQWidgetItem : TQLayoutItem { %TypeHeaderCode -#include <tqabstractlayout.h> +#include <tqlayout.h> %End public: @@ -224,7 +224,7 @@ public: class TQLayout : TQObject, TQLayoutItem { %TypeHeaderCode -#include <tqabstractlayout.h> +#include <tqlayout.h> %End public: diff --git a/sip/tqt/tqobject.sip b/sip/tqt/tqobject.sip index ef2ddc5..af994aa 100644 --- a/sip/tqt/tqobject.sip +++ b/sip/tqt/tqobject.sip @@ -697,8 +697,8 @@ PyObject *pytqt3GetSender(); #include <tqobject.h> #include <tqvariant.h> #include <tqmetaobject.h> -#include <private/qucom_p.h> -#include <private/qucomextra_p.h> +#include <private/tqucom_p.h> +#include <private/tqucomextra_p.h> // These optional parts of the legacy TQt support API for SIP are implemented. |
