diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:35:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:35:21 -0600 |
commit | f39e1b176003642f9bd4e712cfd8acdf9665f81a (patch) | |
tree | d70e9a3ca823d4743df237da483202009e38fd2a /custom | |
parent | d3430de2c2e17b8e9d214f0c7168de38f7382af9 (diff) | |
download | sip4-tqt-f39e1b176003642f9bd4e712cfd8acdf9665f81a.tar.gz sip4-tqt-f39e1b176003642f9bd4e712cfd8acdf9665f81a.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'custom')
-rw-r--r-- | custom/custom.c | 4 | ||||
-rw-r--r-- | custom/customw.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/custom/custom.c b/custom/custom.c index 5c7c2c8..f7888af 100644 --- a/custom/custom.c +++ b/custom/custom.c @@ -27,7 +27,7 @@ int main(int argc, char **argv) /* extern void initqt(void);*/ /* extern void initqtaxcontainer(void);*/ /* extern void initqtcanvas(void);*/ -/* extern void initqtext(void);*/ +/* extern void initext(void);*/ /* extern void initqtgl(void);*/ /* extern void initqtnetwork(void);*/ /* extern void initqtsql(void);*/ @@ -44,7 +44,7 @@ int main(int argc, char **argv) /* {"qt", initqt},*/ /* {"qtaxcontainer", initqtaxcontainer},*/ /* {"qtcanvas", initqtcanvas},*/ -/* {"qtext", initqtext},*/ +/* {"qtext", initext},*/ /* {"qtgl", initqtgl},*/ /* {"qtnetwork", initqtnetwork},*/ /* {"qtsql", initqtsql},*/ diff --git a/custom/customw.c b/custom/customw.c index 6359df7..087a4b9 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 initqtext(void);*/ +/* extern void initext(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", initqtext},*/ +/* {"qtext", initext},*/ /* {"qtgl", initqtgl},*/ /* {"qtnetwork", initqtnetwork},*/ /* {"qtsql", initqtsql},*/ |