From 0721f2d3f40ee990c2227563889dff3d540f9224 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 14 Jul 2019 18:46:56 +0200 Subject: Fix remaining brandings in tdebase. Signed-off-by: Chris --- twin/kcmtwin/twindecoration/buttons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin') diff --git a/twin/kcmtwin/twindecoration/buttons.cpp b/twin/kcmtwin/twindecoration/buttons.cpp index a7dc8a90d..f47e0f532 100644 --- a/twin/kcmtwin/twindecoration/buttons.cpp +++ b/twin/kcmtwin/twindecoration/buttons.cpp @@ -608,7 +608,7 @@ void ButtonDropSite::drawContents( TQPainter* p ) p->fillRect( r, c1 ); p->setPen( Qt::white ); p->setFont( TQFont( TDEGlobalSettings::generalFont().family(), 12, TQFont::Bold) ); - p->drawText( r, AlignLeft | AlignVCenter, i18n("KDE") ); + p->drawText( r, AlignLeft | AlignVCenter, i18n("TDE") ); offset = geometry().width() - 3 - rightoffset; drawButtonList( p, buttonsRight, offset ); -- cgit v1.2.1