summaryrefslogtreecommitdiffstats
path: root/pytquic3/widgetdatabase.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-14 22:30:58 +0900
committerMichele Calgaro <[email protected]>2024-09-15 13:18:04 +0900
commitdf4895c1e1043eefe87377f4cd085abaecca2e86 (patch)
tree7dd1bada55be57070c8fc0d6b54d9586923f12ce /pytquic3/widgetdatabase.h
parentf8780f8ac8d4f5955828d8c3a927bed453a3630b (diff)
downloadpytqt-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.h2
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();