diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-06 15:41:12 +0100 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-06 15:41:12 +0100 | 
| commit | 6054548c2546819cb0413bf6438087f5fe8f4ab4 (patch) | |
| tree | 06e5cd676dbf2f6f693548d4fa1f99bf9e0db7de /sip/qt/qtmod.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 <slavek.banko@axis.cz>
Diffstat (limited to 'sip/qt/qtmod.sip')
| -rw-r--r-- | sip/qt/qtmod.sip | 2 | 
1 files changed, 1 insertions, 1 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 | 
