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