View | Details | Raw Unified
Collapse All | Expand All

(-) kdebase-3.5.4-orig/konqueror/konq_combo.cc (+1 lines)
 Lines 121-128    Link Here 
    // Make the lineedit consume the Key_Enter event...
    // Make the lineedit consume the Key_Enter event...
    setTrapReturnKey( true );
    setTrapReturnKey( true );
    connect( KonqHistoryManager::kself(), SIGNAL(cleared()), SLOT(slotCleared()) );
    connect( this, SIGNAL(cleared() ), SLOT(slotCleared()) );
    connect( this, SIGNAL(cleared() ), SLOT(slotCleared()) );
    connect( this, SIGNAL(highlighted( int )), SLOT(slotSetIcon( int )) );
    connect( this, SIGNAL(highlighted( int )), SLOT(slotSetIcon( int )) );
    connect( this, SIGNAL(activated( const QString& )),
    connect( this, SIGNAL(activated( const QString& )),
             SLOT(slotActivated( const QString& )) );
             SLOT(slotActivated( const QString& )) );