summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:01:55 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:01:55 -0500
commite8e4e1914cfbbfd7811be0d3709f2a3e1b637e33 (patch)
tree57156529f5dc57bc262faca01fd3c2f2eccf19ac
parent49c0eb9573f0c2bd40de12bf97dbc7306e033ee7 (diff)
downloadkrusader-e8e4e1914cfbbfd7811be0d3709f2a3e1b637e33.tar.gz
krusader-e8e4e1914cfbbfd7811be0d3709f2a3e1b637e33.zip
Branding cleanup: KDE -> TDE
-rw-r--r--krusader/Panel/listpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Panel/listpanel.cpp b/krusader/Panel/listpanel.cpp
index e83eb5f..48c6904 100644
--- a/krusader/Panel/listpanel.cpp
+++ b/krusader/Panel/listpanel.cpp
@@ -203,7 +203,7 @@ ListPanel::ListPanel( TQString typeIn, TQWidget *parent, bool &left, const char
TQPixmap pixMap = origin->button() ->iconSet() ->pixmap( TQIconSet::Small, TQIconSet::Normal );
origin->button() ->setFixedSize( pixMap.width() + 4, pixMap.height() + 4 );
TQWhatsThis::add
- ( origin, i18n( "Use superb KDE file dialog to choose location. " ) );
+ ( origin, i18n( "Use superb TDE file dialog to choose location. " ) );
origin->setShowLocalProtocol( false );
origin->lineEdit() ->setURLDropsEnabled( true );
origin->lineEdit() ->installEventFilter( this );