|
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& )) ); |