From 7d27356bafd5670adcc8753ab5437b3bf8ffa4be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Nov 2011 03:12:38 -0600 Subject: Initial TQt conversion --- custom/customw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/customw.c') diff --git a/custom/customw.c b/custom/customw.c index 5877076..6359df7 100644 --- a/custom/customw.c +++ b/custom/customw.c @@ -18,14 +18,14 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, * to be a builtin in the custom interpreter. The name of the function * will be the name of the module with "init" prepended. The modules * must be built as static libraries (using the -k flag to configure.py - * for SIP and PyQt). + * for SIP and PyTQt). */ /* The sip module will be builtin. */ extern void initsip(void); /* - * Uncomment these (and in the structure below) to include the PyQt + * Uncomment these (and in the structure below) to include the PyTQt * modules as builtins. */ /* extern void initqt(void);*/ -- cgit v1.2.1