diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:59 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:59 -0600 |
| commit | dacb50c634538366ed5e0d46ca3abf716cab6f37 (patch) | |
| tree | f6d2b660fe344d3749b72492b9c609362cfb30c1 /custom/customw.c | |
| parent | f39e1b176003642f9bd4e712cfd8acdf9665f81a (diff) | |
| download | sip4-tqt-dacb50c634538366ed5e0d46ca3abf716cab6f37.tar.gz sip4-tqt-dacb50c634538366ed5e0d46ca3abf716cab6f37.zip | |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a.
Diffstat (limited to 'custom/customw.c')
| -rw-r--r-- | custom/customw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/customw.c b/custom/customw.c index 087a4b9..6359df7 100644 --- a/custom/customw.c +++ b/custom/customw.c @@ -31,7 +31,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, /* extern void initqt(void);*/ /* extern void initqtaxcontainer(void);*/ /* extern void initqtcanvas(void);*/ -/* extern void initext(void);*/ +/* extern void initqtext(void);*/ /* extern void initqtgl(void);*/ /* extern void initqtnetwork(void);*/ /* extern void initqtsql(void);*/ @@ -48,7 +48,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, /* {"qt", initqt},*/ /* {"qtaxcontainer", initqtaxcontainer},*/ /* {"qtcanvas", initqtcanvas},*/ -/* {"qtext", initext},*/ +/* {"qtext", initqtext},*/ /* {"qtgl", initqtgl},*/ /* {"qtnetwork", initqtnetwork},*/ /* {"qtsql", initqtsql},*/ |
