summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:17:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:17:45 -0500
commit2319ca1129fc84b7ae735f08ec7c036b109bc43e (patch)
tree5d70ae683c474e1bd7365048882aea1de44c845d /klaptopdaemon
parent50d27a5f400bb8982cdae0eafe1d3339a0bd9564 (diff)
downloadtdeutils-2319ca1129fc84b7ae735f08ec7c036b109bc43e.tar.gz
tdeutils-2319ca1129fc84b7ae735f08ec7c036b109bc43e.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'klaptopdaemon')
-rw-r--r--klaptopdaemon/sony.cpp2
1 files changed, 1 insertions, 1 deletions
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()) );