┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-11-11 08:02:29 +0100
committerEmmanuel Pescosta <[email protected]>2014-11-11 08:02:29 +0100
commit17c7e2f469304bdd12cdf769d95fc8cc6663c667 (patch)
tree9ceee36d4d5a377154d421668df24ba8b5bbe4dd /src
parent424d20e435e07c6771cb96b493e74934fd58c0c1 (diff)
Fixed build error which was introduced by commit 7ed7cd97d084364d8ee61b35f5ffa3630c5277a4
Diffstat (limited to 'src')
-rw-r--r--src/search/dolphinsearchbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h
index b0fd16ccc..ef48d0830 100644
--- a/src/search/dolphinsearchbox.h
+++ b/src/search/dolphinsearchbox.h
@@ -26,7 +26,7 @@
#include <config-baloo.h>
class DolphinFacetsWidget;
-class KLineEdit;
+class QLineEdit;
class KSeparator;
class QToolButton;
class QScrollArea;
@@ -175,7 +175,7 @@ private:
Baloo::QueryBuilder* m_searchInput;
QScopedPointer<Baloo::NaturalQueryParser> m_queryParser;
#else
- KLineEdit* m_searchInput;
+ QLineEdit* m_searchInput;
#endif
QScrollArea* m_optionsScrollArea;
QToolButton* m_fileNameButton;