┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-19 13:17:33 +0000
committerPeter Penz <[email protected]>2009-01-19 13:17:33 +0000
commitbe1298d9aabbcc18c8a2b1c697d2bca5e7c0a9f3 (patch)
tree35d744f864950dd6f14cf9f29f805686f7610d04 /src/dolphinmainwindow.h
parented7d5e466f1b752197a055c70769232197e4eb61 (diff)
Provide a search box for the nepomuksearch:/ KIO slave. This is just an initial prototype to get some feedback, the search box and the URL navigator still need some love for this usecase...
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=913451
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