summaryrefslogtreecommitdiffstats
path: root/kjsembed/tests/test_splashscreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/tests/test_splashscreen.js')
-rw-r--r--kjsembed/tests/test_splashscreen.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/tests/test_splashscreen.js b/kjsembed/tests/test_splashscreen.js
index bb465df0..fe2477b5 100644
--- a/kjsembed/tests/test_splashscreen.js
+++ b/kjsembed/tests/test_splashscreen.js
@@ -1,5 +1,5 @@
-var lab = new QLabel(this);
-var splash = new QSplashScreen(this);
+var lab = new TQLabel(this);
+var splash = new TQSplashScreen(this);
var pix = new Pixmap();
pix.resize(128,128);
pix.fill("blue");