- this, SIGNAL(signalFilterChanged(const QString&)));
- connect(m_close, SIGNAL(clicked()), this, SLOT(hide()));
- connect(m_close, SIGNAL(clicked()),
- &Dolphin::mainWin(), SLOT(slotShowFilterBarChanged()));
+ this, SIGNAL(filterChanged(const QString&)));
+ connect(m_close, SIGNAL(clicked()), this, SLOT(emitCloseRequest()));