summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-06-23 20:07:09 +0300
committerormorph <roma251078@mail.ru>2024-06-23 20:07:38 +0300
commite5ac6229544f2358c0421672411d3484092dce11 (patch)
treea2fb54894948848a442a1253beceb22e88ece72e
parentf8780f8ac8d4f5955828d8c3a927bed453a3630b (diff)
downloadpytqt-feat/header.tar.gz
pytqt-feat/header.zip
Change qwidgetinterface_p.h to tqwidgetinterface_p.hfeat/header
The file qwidgetinterface_p.h in tqt3 has been changed to tqwidgetinterface_p.h Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r--pytquic3/widgetinterface.h2
1 files changed, 1 insertions, 1 deletions
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