From f8808b0dd7c0ab768a3ed93f6de2237057e82dbf Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 13:39:12 -0500 Subject: [PATCH] Branding cleanup: What's This help, KDE -> TDE --- khexedit/optiondialog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc index eceb759..89ed9b3 100644 --- a/khexedit/optiondialog.cc +++ b/khexedit/optiondialog.cc @@ -492,7 +492,7 @@ void COptionDialog::setupFilePage( void ) i18n( "Clicking this check box makes KHexEdit forget his recent document list " "when the program is closed.\n" "Note: it will not erase any document of the recent document list " - "created by KDE." ) ); + "created by TDE." ) ); connect( mFile.discardRecentCheck, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT( slotChanged())); @@ -502,7 +502,7 @@ void COptionDialog::setupFilePage( void ) TQWhatsThis::add( discardRecentButton, i18n( "Clicking this button makes KHexEdit forget his recent document list.\n" "Note: it will not erase any document of the recent document list " - "created by KDE." ) ); + "created by TDE." ) ); topLayout->addWidget( discardRecentButton, 0, AlignCenter ); connect( discardRecentButton, TQT_SIGNAL(clicked()), TQT_SIGNAL(removeRecentFiles()) );