┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinsearchbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-31 12:21:52 +0000
committerPeter Penz <[email protected]>2009-01-31 12:21:52 +0000
commit29a5af6390188102e48aa0e3933acf11da8b7d90 (patch)
treefb64157c0c66c514389ff299d27bae74589936e9 /src/dolphinsearchbox.h
parent341f8456f09b410f61e71f2b42356548b04acd57 (diff)
* move the search button to the end
* use the default search icon instead of the nepomuk icon svn path=/trunk/KDE/kdebase/apps/; revision=919051
Diffstat (limited to 'src/dolphinsearchbox.h')
-rw-r--r--src/dolphinsearchbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinsearchbox.h b/src/dolphinsearchbox.h
index 3d25ef4f5..949c0b547 100644
--- a/src/dolphinsearchbox.h
+++ b/src/dolphinsearchbox.h
@@ -51,8 +51,8 @@ private slots:
void emitSearchSignal();
private:
- QToolButton* m_searchButton;
KLineEdit* m_searchInput;
+ QToolButton* m_searchButton;
};
#endif