diff options
| author | Peter Penz <[email protected]> | 2012-05-12 11:47:18 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-12 11:47:40 +0200 |
| commit | 6039c246eacf69ac3a219d00ba1dd56e44fc6685 (patch) | |
| tree | 9d039caa5ff58dcdc1beb5aa2062108799928a1e /src | |
| parent | 042899e25fc0245dc57aa2d5474bdb2073f11b73 (diff) | |
Remove obsolete signal/slot connection
Diffstat (limited to 'src')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 4dee43cd5..28f1f1af5 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -320,13 +320,11 @@ void DolphinSearchBox::init() m_contentButton = new QToolButton(); m_contentButton->setText(i18nc("action:button", "Content")); - initButton(m_contentButton);; + initButton(m_contentButton); QButtonGroup* searchWhatGroup = new QButtonGroup(this); searchWhatGroup->addButton(m_fileNameButton); searchWhatGroup->addButton(m_contentButton); - connect(m_fileNameButton, SIGNAL(clicked()), this, SLOT(slotSearchContextChanged())); - connect(m_contentButton, SIGNAL(clicked()), this, SLOT(slotSearchContextChanged())); m_separator = new KSeparator(Qt::Vertical, this); |
