diff options
author | Michele Calgaro <[email protected]> | 2023-11-26 02:20:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-26 17:31:37 +0900 |
commit | d655c313abad4cc8d59053aa421ba54dd4853070 (patch) | |
tree | 5e4935a265f8fcbb50e35135b302b596afb002ae | |
parent | 803408f7fa5485cc5cf79c469cc6e48fcdf597e6 (diff) | |
download | libtqt-perl-d655c313abad4cc8d59053aa421ba54dd4853070.tar.gz libtqt-perl-d655c313abad4cc8d59053aa421ba54dd4853070.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c0d832b30d58701c2c5683239008885dd2979f22)
-rw-r--r-- | puic/widgetinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puic/widgetinterface.h b/puic/widgetinterface.h index 530d812..50f8e6d 100644 --- a/puic/widgetinterface.h +++ b/puic/widgetinterface.h @@ -24,6 +24,6 @@ #include <private/qwidgetinterface_p.h> #define WidgetInterface TQWidgetFactoryInterface -#define IID_Widget IID_TQWidgetFactory +#define IID_Widget IID_QWidgetFactory #endif |