diff options
| author | Peter Penz <[email protected]> | 2010-11-11 19:16:45 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-11 19:16:45 +0000 |
| commit | fb501085e2c65f7b64eedf8be0e1e8ea515a3ba8 (patch) | |
| tree | 7540761bca0624b9008fa95e07a46285a08fd114 | |
| parent | f77e1c514a6b4b5eaa64a614ee84426aa062a4ed (diff) | |
Provide a parent for the "From Here" button
svn path=/trunk/KDE/kdebase/apps/; revision=1195688
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 84f2c12e5..32f66adb4 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -236,7 +236,7 @@ void DolphinSearchBox::init() searchInputLayout->addWidget(m_searchInput); // Create "From Here" and "Everywhere"button - m_fromHereButton = new QPushButton(); + m_fromHereButton = new QPushButton(this); m_fromHereButton->setText(i18nc("action:button", "From Here")); initButton(m_fromHereButton); |
