summaryrefslogtreecommitdiffstats
path: root/korundum
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:53:35 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:53:35 -0500
commitc9e8f4d86b545051f75906b42b5364083aaebc0a (patch)
tree1edb2d3386dd84b9b55d4d5266990f80201decd7 /korundum
parent8f661016cde34b1ae4060f7ee4aeba205d3d9597 (diff)
downloadtdebindings-c9e8f4d86b545051f75906b42b5364083aaebc0a.tar.gz
tdebindings-c9e8f4d86b545051f75906b42b5364083aaebc0a.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'korundum')
-rw-r--r--korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp b/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp
index bc1114bb..63ccd8b9 100644
--- a/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp
+++ b/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp
@@ -801,7 +801,7 @@ TQString userTextsFunctions( CfgEntry *e, TQString itemVarStr=TQString::null, TQ
int main( int argc, char **argv )
{
- KAboutData aboutData( "rbkconfig_compiler", I18N_NOOP("KDE .kcfg compiler"), "0.3",
+ KAboutData aboutData( "rbkconfig_compiler", I18N_NOOP("TDE .kcfg compiler"), "0.3",
I18N_NOOP("Ruby KConfig Compiler") , KAboutData::License_LGPL );
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
aboutData.addAuthor( "Waldo Bastian", 0, "bastian@kde.org" );