diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:17:45 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:17:45 -0500 |
commit | 2319ca1129fc84b7ae735f08ec7c036b109bc43e (patch) | |
tree | 5d70ae683c474e1bd7365048882aea1de44c845d /klaptopdaemon/sony.cpp | |
parent | 50d27a5f400bb8982cdae0eafe1d3339a0bd9564 (diff) | |
download | tdeutils-2319ca1129fc84b7ae735f08ec7c036b109bc43e.tar.gz tdeutils-2319ca1129fc84b7ae735f08ec7c036b109bc43e.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'klaptopdaemon/sony.cpp')
-rw-r--r-- | klaptopdaemon/sony.cpp | 2 |
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()) ); |