1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Fix the filterbar

svn path=/trunk/playground/utils/dolphin/; revision=616113
This commit is contained in:
Holger Freyther 2006-12-23 17:23:01 +00:00
parent e3b47dc731
commit 834b145d21

View File

@ -59,7 +59,7 @@ FilterBar::FilterBar(QWidget* parent) :
hLayout->addSpacing(gap);
connect(m_filterInput, SIGNAL(textChanged(const QString&)),
this, SIGNAL(signalFilterChanged(const QString&)));
this, SIGNAL(filterChanged(const QString&)));
connect(m_close, SIGNAL(clicked()), this, SLOT(emitClose()));
}