From 0f630aff5c42d03eb301cd3fc5faff80d9c3c727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Jan 2023 01:01:50 +0100 Subject: Entry step for renaming PyTQt module libraries from qt* to tqt*. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- custom/custom.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'custom/custom.c') 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} }; -- cgit v1.2.1