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/widgetdatabase.h | |
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/widgetdatabase.h')
-rw-r--r-- | pytquic3/widgetdatabase.h | 2 |
1 files changed, 1 insertions, 1 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(); |