summaryrefslogtreecommitdiffstats
path: root/kode/kxml_compiler/kxml_compiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kxml_compiler/kxml_compiler.cpp')
-rw-r--r--kode/kxml_compiler/kxml_compiler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kxml_compiler/kxml_compiler.cpp b/kode/kxml_compiler/kxml_compiler.cpp
index 71720d6b..fbf25ec1 100644
--- a/kode/kxml_compiler/kxml_compiler.cpp
+++ b/kode/kxml_compiler/kxml_compiler.cpp
@@ -57,8 +57,8 @@ static const KCmdLineOptions options[] =
int main( int argc, char **argv )
{
- KAboutData aboutData( "kxml_compiler", I18N_NOOP("KDE xml compiler"), "0.1",
- I18N_NOOP("KDE XML Compiler") , KAboutData::License_LGPL );
+ KAboutData aboutData( "kxml_compiler", I18N_NOOP("TDE xml compiler"), "0.1",
+ I18N_NOOP("TDE XML Compiler") , KAboutData::License_LGPL );
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
KCmdLineArgs::init( argc, argv, &aboutData );