Rename obsolete tq methods to standard names

pull/1/head
Timothy Pearson 12 years ago
parent cb279d73d3
commit 6f00524aad

@ -27,7 +27,7 @@ int main(int argc, char **argv)
/* extern void initqt(void);*/ /* extern void initqt(void);*/
/* extern void initqtaxcontainer(void);*/ /* extern void initqtaxcontainer(void);*/
/* extern void initqtcanvas(void);*/ /* extern void initqtcanvas(void);*/
/* extern void initqtext(void);*/ /* extern void initext(void);*/
/* extern void initqtgl(void);*/ /* extern void initqtgl(void);*/
/* extern void initqtnetwork(void);*/ /* extern void initqtnetwork(void);*/
/* extern void initqtsql(void);*/ /* extern void initqtsql(void);*/
@ -44,7 +44,7 @@ int main(int argc, char **argv)
/* {"qt", initqt},*/ /* {"qt", initqt},*/
/* {"qtaxcontainer", initqtaxcontainer},*/ /* {"qtaxcontainer", initqtaxcontainer},*/
/* {"qtcanvas", initqtcanvas},*/ /* {"qtcanvas", initqtcanvas},*/
/* {"qtext", initqtext},*/ /* {"qtext", initext},*/
/* {"qtgl", initqtgl},*/ /* {"qtgl", initqtgl},*/
/* {"qtnetwork", initqtnetwork},*/ /* {"qtnetwork", initqtnetwork},*/
/* {"qtsql", initqtsql},*/ /* {"qtsql", initqtsql},*/

@ -31,7 +31,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
/* extern void initqt(void);*/ /* extern void initqt(void);*/
/* extern void initqtaxcontainer(void);*/ /* extern void initqtaxcontainer(void);*/
/* extern void initqtcanvas(void);*/ /* extern void initqtcanvas(void);*/
/* extern void initqtext(void);*/ /* extern void initext(void);*/
/* extern void initqtgl(void);*/ /* extern void initqtgl(void);*/
/* extern void initqtnetwork(void);*/ /* extern void initqtnetwork(void);*/
/* extern void initqtsql(void);*/ /* extern void initqtsql(void);*/
@ -48,7 +48,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
/* {"qt", initqt},*/ /* {"qt", initqt},*/
/* {"qtaxcontainer", initqtaxcontainer},*/ /* {"qtaxcontainer", initqtaxcontainer},*/
/* {"qtcanvas", initqtcanvas},*/ /* {"qtcanvas", initqtcanvas},*/
/* {"qtext", initqtext},*/ /* {"qtext", initext},*/
/* {"qtgl", initqtgl},*/ /* {"qtgl", initqtgl},*/
/* {"qtnetwork", initqtnetwork},*/ /* {"qtnetwork", initqtnetwork},*/
/* {"qtsql", initqtsql},*/ /* {"qtsql", initqtsql},*/

@ -3,7 +3,7 @@
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ */
/* -- main tqlayout ----------------------------------------------------------- */ /* -- main layout ----------------------------------------------------------- */
div.clearer { div.clearer {
clear: both; clear: both;

@ -5,7 +5,7 @@
@import url("basic.css"); @import url("basic.css");
/* -- page tqlayout ----------------------------------------------------------- */ /* -- page layout ----------------------------------------------------------- */
body { body {
font-family: sans-serif; font-family: sans-serif;

@ -1039,7 +1039,7 @@ jQuery.extend({
// IE uses filters for opacity // IE uses filters for opacity
if ( !jQuery.support.opacity && name == "opacity" ) { if ( !jQuery.support.opacity && name == "opacity" ) {
if ( set ) { 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 // Force it by setting the zoom level
elem.zoom = 1; elem.zoom = 1;

Loading…
Cancel
Save