diff options
author | Slávek Banko <[email protected]> | 2023-01-03 01:01:50 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-22 13:21:17 +0100 |
commit | 0f630aff5c42d03eb301cd3fc5faff80d9c3c727 (patch) | |
tree | 94c873376a07783255db1f419f5d17bfa5151128 /custom/custom.c | |
parent | 3e5815bce63e9e476bdeb58cbe230239622e1ba5 (diff) | |
download | sip4-tqt-0f630aff5c42d03eb301cd3fc5faff80d9c3c727.tar.gz sip4-tqt-0f630aff5c42d03eb301cd3fc5faff80d9c3c727.zip |
Entry step for renaming PyTQt module libraries from qt* to tqt*.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'custom/custom.c')
-rw-r--r-- | custom/custom.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/custom/custom.c b/custom/custom.c index 013f988..2165117 100644 --- a/custom/custom.c +++ b/custom/custom.c @@ -41,16 +41,16 @@ int main(int argc, char **argv) */ struct _inittab builtin_modules[] = { {"sip_tqt", initsip_tqt}, -/* {"qt", initqt},*/ -/* {"qtaxcontainer", initqtaxcontainer},*/ -/* {"qtcanvas", initqtcanvas},*/ -/* {"qtext", initext},*/ -/* {"qtgl", initqtgl},*/ -/* {"qtnetwork", initqtnetwork},*/ -/* {"qtsql", initqtsql},*/ -/* {"qttable", initqttable},*/ -/* {"qtui", initqtui},*/ -/* {"qtxml", initqtxml},*/ +/* {"tqt", initqt},*/ +/* {"tqtaxcontainer", initqtaxcontainer},*/ +/* {"tqtcanvas", initqtcanvas},*/ +/* {"tqtext", initext},*/ +/* {"tqtgl", initqtgl},*/ +/* {"tqtnetwork", initqtnetwork},*/ +/* {"tqtsql", initqtsql},*/ +/* {"tqttable", initqttable},*/ +/* {"tqtui", initqtui},*/ +/* {"tqtxml", initqtxml},*/ {NULL, NULL} }; |