summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-06 15:41:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-06 15:41:12 +0100
commit6054548c2546819cb0413bf6438087f5fe8f4ab4 (patch)
tree06e5cd676dbf2f6f693548d4fa1f99bf9e0db7de
parentd31a084fc83d47eef6c6eb3aac76989da9692853 (diff)
downloadpytqt-6054548c.tar.gz
pytqt-6054548c.zip
Update module name definitions to match full name.
This will enable automatic loading of PyTQt modules for modules that depend on PyTQt modules. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--sip/qt/qtmod.sip2
-rw-r--r--sip/qtaxcontainer/qtaxcontainermod.sip2
-rw-r--r--sip/qtcanvas/qtcanvasmod.sip2
-rw-r--r--sip/qtext/qtextmod.sip2
-rw-r--r--sip/qtgl/qtglmod.sip2
-rw-r--r--sip/qtnetwork/qtnetworkmod.sip2
-rw-r--r--sip/qtpe/qtpemod.sip2
-rw-r--r--sip/qtsql/qtsqlmod.sip2
-rw-r--r--sip/qttable/qttablemod.sip2
-rw-r--r--sip/qtui/qtuimod.sip2
-rw-r--r--sip/qtxml/qtxmlmod.sip2
11 files changed, 11 insertions, 11 deletions
diff --git a/sip/qt/qtmod.sip b/sip/qt/qtmod.sip
index 883b650..c91847c 100644
--- a/sip/qt/qtmod.sip
+++ b/sip/qt/qtmod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qt 2
+%Module PyTQt.qt 2
%Plugin PyTQt3
diff --git a/sip/qtaxcontainer/qtaxcontainermod.sip b/sip/qtaxcontainer/qtaxcontainermod.sip
index 59e341c..1d33487 100644
--- a/sip/qtaxcontainer/qtaxcontainermod.sip
+++ b/sip/qtaxcontainer/qtaxcontainermod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtaxcontainer 1
+%Module PyTQt.qtaxcontainer 1
%Import qt/qtmod.sip
diff --git a/sip/qtcanvas/qtcanvasmod.sip b/sip/qtcanvas/qtcanvasmod.sip
index d3c936f..f89275f 100644
--- a/sip/qtcanvas/qtcanvasmod.sip
+++ b/sip/qtcanvas/qtcanvasmod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtcanvas 1
+%Module PyTQt.qtcanvas 1
%Import qt/qtmod.sip
diff --git a/sip/qtext/qtextmod.sip b/sip/qtext/qtextmod.sip
index 0a831da..5b01495 100644
--- a/sip/qtext/qtextmod.sip
+++ b/sip/qtext/qtextmod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtext 4
+%Module PyTQt.qtext 4
%Import qt/qtmod.sip
diff --git a/sip/qtgl/qtglmod.sip b/sip/qtgl/qtglmod.sip
index e5573e3..abf4054 100644
--- a/sip/qtgl/qtglmod.sip
+++ b/sip/qtgl/qtglmod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtgl 1
+%Module PyTQt.qtgl 1
%Import qt/qtmod.sip
diff --git a/sip/qtnetwork/qtnetworkmod.sip b/sip/qtnetwork/qtnetworkmod.sip
index aeb6b9e..88b1b45 100644
--- a/sip/qtnetwork/qtnetworkmod.sip
+++ b/sip/qtnetwork/qtnetworkmod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtnetwork 1
+%Module PyTQt.qtnetwork 1
%Import qt/qtmod.sip
diff --git a/sip/qtpe/qtpemod.sip b/sip/qtpe/qtpemod.sip
index b0051ed..9e9c62a 100644
--- a/sip/qtpe/qtpemod.sip
+++ b/sip/qtpe/qtpemod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtpe 1
+%Module PyTQt.qtpe 1
%Import qt/qtmod.sip
diff --git a/sip/qtsql/qtsqlmod.sip b/sip/qtsql/qtsqlmod.sip
index ffc6393..a1847ac 100644
--- a/sip/qtsql/qtsqlmod.sip
+++ b/sip/qtsql/qtsqlmod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtsql 1
+%Module PyTQt.qtsql 1
%Import qt/qtmod.sip
%Import qttable/qttablemod.sip
diff --git a/sip/qttable/qttablemod.sip b/sip/qttable/qttablemod.sip
index 191bb6e..66523cc 100644
--- a/sip/qttable/qttablemod.sip
+++ b/sip/qttable/qttablemod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qttable 1
+%Module PyTQt.qttable 1
%Import qt/qtmod.sip
diff --git a/sip/qtui/qtuimod.sip b/sip/qtui/qtuimod.sip
index 24324c7..9e61e98 100644
--- a/sip/qtui/qtuimod.sip
+++ b/sip/qtui/qtuimod.sip
@@ -21,7 +21,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtui 1
+%Module PyTQt.qtui 1
%Import qt/qtmod.sip
diff --git a/sip/qtxml/qtxmlmod.sip b/sip/qtxml/qtxmlmod.sip
index e7e4fea..d0c0c25 100644
--- a/sip/qtxml/qtxmlmod.sip
+++ b/sip/qtxml/qtxmlmod.sip
@@ -20,7 +20,7 @@
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%Module qtxml 0
+%Module PyTQt.qtxml 0
%Import qt/qtmod.sip