summaryrefslogtreecommitdiffstats
path: root/kjsembed/tests/testkjsembed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/tests/testkjsembed.cpp')
-rw-r--r--kjsembed/tests/testkjsembed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tests/testkjsembed.cpp b/kjsembed/tests/testkjsembed.cpp
index 53c5f5da..cfc4fd2d 100644
--- a/kjsembed/tests/testkjsembed.cpp
+++ b/kjsembed/tests/testkjsembed.cpp
@@ -37,7 +37,7 @@ int main( int argc, char **argv )
I18N_NOOP("Test"),
KAboutData::License_LGPL, I18N_NOOP("(c) 2001-2002 Richard Moore") );
TDECmdLineArgs::init( argc, argv, &about );
- KApplication app;
+ TDEApplication app;
// Setup Interpreter
KJS::Interpreter *js = Factory::defaultJS();