Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149034
Collapse All | Expand All

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

Return to bug 149034