From 31a4b794a5a5138baef98a0efd8fcb279fff915e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 12:00:22 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE --- kmix/kmixprefdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmix/kmixprefdlg.cpp b/kmix/kmixprefdlg.cpp index dbf2ae93..ad6d3f92 100644 --- a/kmix/kmixprefdlg.cpp +++ b/kmix/kmixprefdlg.cpp @@ -48,7 +48,7 @@ KMixPrefDlg::KMixPrefDlg( TQWidget *parent ) m_dockingChk = new TQCheckBox( i18n("&Dock into panel"), m_generalTab ); layout->addWidget( m_dockingChk ); - TQWhatsThis::add(m_dockingChk, i18n("Docks the mixer into the KDE panel")); + TQWhatsThis::add(m_dockingChk, i18n("Docks the mixer into the TDE panel")); m_volumeChk = new TQCheckBox(i18n("Enable system tray &volume control"), m_generalTab);