From 2319ca1129fc84b7ae735f08ec7c036b109bc43e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:17:45 -0500 Subject: Branding cleanup: KDE -> TDE --- klaptopdaemon/sony.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klaptopdaemon/sony.cpp') diff --git a/klaptopdaemon/sony.cpp b/klaptopdaemon/sony.cpp index 74a9353..7bc7175 100644 --- a/klaptopdaemon/sony.cpp +++ b/klaptopdaemon/sony.cpp @@ -71,7 +71,7 @@ SonyConfig::SonyConfig(TQWidget * parent, const char *name) "use the 'sonypid' program in your system").replace("\n", " "), this)); enableScrollBar = new TQCheckBox( i18n("Enable &scroll bar"), this ); - TQToolTip::add( enableScrollBar, i18n( "When checked this box enables the scrollbar so that it works under KDE" ) ); + TQToolTip::add( enableScrollBar, i18n( "When checked this box enables the scrollbar so that it works under TDE" ) ); top_layout->addWidget( enableScrollBar ); connect( enableScrollBar, TQT_SIGNAL(clicked()), this, TQT_SLOT(configChanged()) ); -- cgit v1.2.3