summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/eventhandling/mousetrack.js
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/docs/examples/eventhandling/mousetrack.js')
-rw-r--r--kjsembed/docs/examples/eventhandling/mousetrack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/docs/examples/eventhandling/mousetrack.js b/kjsembed/docs/examples/eventhandling/mousetrack.js
index 9c970c42..0bf427c8 100644
--- a/kjsembed/docs/examples/eventhandling/mousetrack.js
+++ b/kjsembed/docs/examples/eventhandling/mousetrack.js
@@ -5,7 +5,7 @@
//
-var mousetrack = new QWidget(this);
+var mousetrack = new TQWidget(this);
mousetrack.setMouseTracking(true);
x=0;
y=0;