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},*/ diff --git a/doc/html/_static/basic.css b/doc/html/_static/basic.css index 7ebd311..a04d654 100644 --- a/doc/html/_static/basic.css +++ b/doc/html/_static/basic.css @@ -3,7 +3,7 @@ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -/* -- main tqlayout ----------------------------------------------------------- */ +/* -- main layout ----------------------------------------------------------- */ div.clearer { clear: both; diff --git a/doc/html/_static/default.css b/doc/html/_static/default.css index 2363802..42ed6ec 100644 --- a/doc/html/_static/default.css +++ b/doc/html/_static/default.css @@ -5,7 +5,7 @@ @import url("basic.css"); -/* -- page tqlayout ----------------------------------------------------------- */ +/* -- page layout ----------------------------------------------------------- */ body { font-family: sans-serif; diff --git a/doc/html/_static/jquery.js b/doc/html/_static/jquery.js index 447a76c..9263574 100644 --- a/doc/html/_static/jquery.js +++ b/doc/html/_static/jquery.js @@ -1039,7 +1039,7 @@ jQuery.extend({ // IE uses filters for opacity if ( !jQuery.support.opacity && name == "opacity" ) { if ( set ) { - // IE has trouble with opacity if it does not have tqlayout + // IE has trouble with opacity if it does not have layout // Force it by setting the zoom level elem.zoom = 1;