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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/tests/testkjsembed.cpp b/kjsembed/tests/testkjsembed.cpp
index cfc4fd2d..66691c9b 100644
--- a/kjsembed/tests/testkjsembed.cpp
+++ b/kjsembed/tests/testkjsembed.cpp
@@ -33,9 +33,9 @@ using namespace KJSEmbed;
int main( int argc, char **argv )
{
- KAboutData about( "test-kjsembed", I18N_NOOP("KJS Embed Test"), "0.1",
+ TDEAboutData about( "test-kjsembed", I18N_NOOP("KJS Embed Test"), "0.1",
I18N_NOOP("Test"),
- KAboutData::License_LGPL, I18N_NOOP("(c) 2001-2002 Richard Moore") );
+ TDEAboutData::License_LGPL, I18N_NOOP("(c) 2001-2002 Richard Moore") );
TDECmdLineArgs::init( argc, argv, &about );
TDEApplication app;