┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-11 19:16:45 +0000
committerPeter Penz <[email protected]>2010-11-11 19:16:45 +0000
commitfb501085e2c65f7b64eedf8be0e1e8ea515a3ba8 (patch)
tree7540761bca0624b9008fa95e07a46285a08fd114 /src/search/dolphinsearchbox.cpp
parentf77e1c514a6b4b5eaa64a614ee84426aa062a4ed (diff)
Provide a parent for the "From Here" button
svn path=/trunk/KDE/kdebase/apps/; revision=1195688
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp2
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);