summaryrefslogtreecommitdiffstats
path: root/kjsembed/tests/test_pixmap_slots.js
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/tests/test_pixmap_slots.js')
-rw-r--r--kjsembed/tests/test_pixmap_slots.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tests/test_pixmap_slots.js b/kjsembed/tests/test_pixmap_slots.js
index f2ca40fa..db32ace2 100644
--- a/kjsembed/tests/test_pixmap_slots.js
+++ b/kjsembed/tests/test_pixmap_slots.js
@@ -4,7 +4,7 @@ var img = new Image();
img.load("test.png");
var pix = img.pixmap();
-var btn = new QToolButton(this);
+var btn = new TQToolButton(this);
btn.pixmap = pix;
btn.setIcon( pix );
btn.show();