summaryrefslogtreecommitdiffstats
path: root/kompare
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 12:01:34 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 12:01:34 -0500
commit4d0db73b6432f70d6d0b89365eab641179fc65e3 (patch)
tree38ad65d01826de68514c3256fc86626a1c4b006f /kompare
parentca2e2e75f59d388262226cb96c677cc8b3f63891 (diff)
downloadtdesdk-4d0db73b6432f70d6d0b89365eab641179fc65e3.tar.gz
tdesdk-4d0db73b6432f70d6d0b89365eab641179fc65e3.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kompare')
-rw-r--r--kompare/libdialogpages/diffpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kompare/libdialogpages/diffpage.cpp b/kompare/libdialogpages/diffpage.cpp
index 1348b93b..705f32b0 100644
--- a/kompare/libdialogpages/diffpage.cpp
+++ b/kompare/libdialogpages/diffpage.cpp
@@ -230,7 +230,7 @@ void DiffPage::addFormatTab()
// add diff modes
m_modeButtonGroup = new TQVButtonGroup( i18n( "Output Format" ), page );
- TQWhatsThis::add( m_modeButtonGroup, i18n( "Select the format of the output generated by diff. Unified is the one that is used most frequently because it is very readable. The KDE developers like this format the best so use it for sending patches." ) );
+ TQWhatsThis::add( m_modeButtonGroup, i18n( "Select the format of the output generated by diff. Unified is the one that is used most frequently because it is very readable. The TDE developers like this format the best so use it for sending patches." ) );
layout->addWidget( m_modeButtonGroup );
m_modeButtonGroup->setMargin( KDialog::marginHint() );