From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- kjsembed/tests/test_qcombobox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kjsembed/tests/test_qcombobox.js') diff --git a/kjsembed/tests/test_qcombobox.js b/kjsembed/tests/test_qcombobox.js index 03111692..d8a9790a 100644 --- a/kjsembed/tests/test_qcombobox.js +++ b/kjsembed/tests/test_qcombobox.js @@ -1,5 +1,5 @@ -var h=new QHBox(this); -var combo = new QComboBox(h, "combo"); +var h=new TQHBox(this); +var combo = new TQComboBox(h, "combo"); combo.insertItem("Item 1"); combo.insertItem("Item 2"); combo.insertItem("Item 3"); -- cgit v1.2.1