diff options
Diffstat (limited to 'konqueror/konq_actions.cc')
-rw-r--r-- | konqueror/konq_actions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_actions.cc b/konqueror/konq_actions.cc index c67d27c8f..e60761b9c 100644 --- a/konqueror/konq_actions.cc +++ b/konqueror/konq_actions.cc @@ -63,7 +63,7 @@ void KonqBidiHistoryAction::fillHistoryPopup( const TQPtrList<HistoryEntry> &his { TQString text = it.current()->title; text = KStringHandler::cEmSqueeze(text, popup->fontMetrics(), 30); //CT: squeeze - text.tqreplace( "&", "&&" ); + text.replace( "&", "&&" ); if ( checkCurrentItem && it.current() == current ) { int id = popup->insertItem( text ); // no pixmap if checked |