diff options
| author | Holger Freyther <[email protected]> | 2006-12-23 17:23:01 +0000 |
|---|---|---|
| committer | Holger Freyther <[email protected]> | 2006-12-23 17:23:01 +0000 |
| commit | 834b145d214a1edede902efaef19b583b2fe570e (patch) | |
| tree | 9d005b6c1ccb88985b4139613f8174380825f0e4 /src/filterbar.cpp | |
| parent | e3b47dc731b0adee33e772539027be415fd0fe34 (diff) | |
Fix the filterbar
svn path=/trunk/playground/utils/dolphin/; revision=616113
Diffstat (limited to 'src/filterbar.cpp')
| -rw-r--r-- | src/filterbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filterbar.cpp b/src/filterbar.cpp index 48624a26a..99616c29e 100644 --- a/src/filterbar.cpp +++ b/src/filterbar.cpp @@ -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())); } |
