summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 03:12:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 03:12:38 -0600
commit7d27356bafd5670adcc8753ab5437b3bf8ffa4be (patch)
tree959eb3757b9dc41290c81c022e45c955573e9a59 /custom
parent6c4cc3653e8dd7668295f3e659b7eb4dc571b67c (diff)
downloadsip4-tqt-7d27356bafd5670adcc8753ab5437b3bf8ffa4be.tar.gz
sip4-tqt-7d27356bafd5670adcc8753ab5437b3bf8ffa4be.zip
Initial TQt conversion
Diffstat (limited to 'custom')
-rw-r--r--custom/custom.c4
-rw-r--r--custom/customw.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/custom/custom.c b/custom/custom.c
index e5ec2d2..5c7c2c8 100644
--- a/custom/custom.c
+++ b/custom/custom.c
@@ -14,14 +14,14 @@ int main(int argc, char **argv)
* 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);*/
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);*/