summaryrefslogtreecommitdiffstats
path: root/kjsembed/testkjsembed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/testkjsembed.cpp')
-rw-r--r--kjsembed/testkjsembed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/testkjsembed.cpp b/kjsembed/testkjsembed.cpp
index 8cc4d222..69db4dc5 100644
--- a/kjsembed/testkjsembed.cpp
+++ b/kjsembed/testkjsembed.cpp
@@ -30,9 +30,9 @@
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-2003 Richard Moore") );
+ TDEAboutData::License_LGPL, I18N_NOOP("(c) 2001-2003 Richard Moore") );
TDECmdLineArgs::init( argc, argv, &about );
TDEApplication app;