diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:46 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:46 -0600 |
| commit | 6f00524aad07d51f89dfd34d423e86867ff7c00a (patch) | |
| tree | d70e9a3ca823d4743df237da483202009e38fd2a /custom/customw.c | |
| parent | cb279d73d3e14368d9fb5e217706a237342389f6 (diff) | |
| download | sip4-tqt-6f00524aad07d51f89dfd34d423e86867ff7c00a.tar.gz sip4-tqt-6f00524aad07d51f89dfd34d423e86867ff7c00a.zip | |
Rename obsolete tq methods to standard names
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 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},*/ |
