diff options
Diffstat (limited to 'kjsembed/tests/test_qcombobox.js')
-rw-r--r-- | kjsembed/tests/test_qcombobox.js | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |