┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 336b16363..9939117b7 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -41,6 +41,7 @@ class DolphinViewActionHandler;
class DolphinApplication;
class DolphinSettingsDialog;
class DolphinViewContainer;
+class KLineEdit;
class KNewMenu;
class KTabBar;
class KUrl;
@@ -360,6 +361,11 @@ private slots:
*/
void slotTestCanDecode(const QDragMoveEvent* event, bool& accept);
+ /**
+ * Searchs items that match to the text entered in the search bar.
+ */
+ void searchItems();
+
private:
DolphinMainWindow(int id);
void init();
@@ -420,6 +426,7 @@ private:
KTabBar* m_tabBar;
DolphinViewContainer* m_activeViewContainer;
QVBoxLayout* m_centralWidgetLayout;
+ KLineEdit* m_searchBar;
int m_id;
struct ViewTab