diff options
author | Michele Calgaro <[email protected]> | 2024-09-14 22:30:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-15 13:18:04 +0900 |
commit | df4895c1e1043eefe87377f4cd085abaecca2e86 (patch) | |
tree | 7dd1bada55be57070c8fc0d6b54d9586923f12ce /pytquic3 | |
parent | f8780f8ac8d4f5955828d8c3a927bed453a3630b (diff) | |
download | pytqt-df4895c1e1043eefe87377f4cd085abaecca2e86.tar.gz pytqt-df4895c1e1043eefe87377f4cd085abaecca2e86.zip |
Adjust to current tqt3 version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'pytquic3')
-rw-r--r-- | pytquic3/widgetdatabase.h | 2 | ||||
-rw-r--r-- | pytquic3/widgetinterface.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pytquic3/widgetdatabase.h b/pytquic3/widgetdatabase.h index 18b63af..97e2999 100644 --- a/pytquic3/widgetdatabase.h +++ b/pytquic3/widgetdatabase.h @@ -30,7 +30,7 @@ #include <tqiconset.h> #include <tqstring.h> #include "widgetinterface.h" // up here for GCC 2.7.* compatibility -#include <private/qpluginmanager_p.h> +#include <private/tqpluginmanager_p.h> extern TQPluginManager<WidgetInterface> *widgetManager(); diff --git a/pytquic3/widgetinterface.h b/pytquic3/widgetinterface.h index 50f8e6d..7d32414 100644 --- a/pytquic3/widgetinterface.h +++ b/pytquic3/widgetinterface.h @@ -21,7 +21,7 @@ #ifndef WIDGETINTERFACE_H #define WIDGETINTERFACE_H -#include <private/qwidgetinterface_p.h> +#include <private/tqwidgetinterface_p.h> #define WidgetInterface TQWidgetFactoryInterface #define IID_Widget IID_QWidgetFactory |