diff options
author | Slávek Banko <[email protected]> | 2023-01-06 15:41:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-06 15:41:12 +0100 |
commit | 6054548c2546819cb0413bf6438087f5fe8f4ab4 (patch) | |
tree | 06e5cd676dbf2f6f693548d4fa1f99bf9e0db7de /sip/qtext/qtextmod.sip | |
parent | d31a084fc83d47eef6c6eb3aac76989da9692853 (diff) | |
download | pytqt-6054548c2546819cb0413bf6438087f5fe8f4ab4.tar.gz pytqt-6054548c2546819cb0413bf6438087f5fe8f4ab4.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 <[email protected]>
Diffstat (limited to 'sip/qtext/qtextmod.sip')
-rw-r--r-- | sip/qtext/qtextmod.sip | 2 |
1 files changed, 1 insertions, 1 deletions
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 |