From d85a6ec6dd3a30784c07636a77ee502dd5dae4a2 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 19 Jan 2009 14:25:08 +0000 Subject: Use a custom SearchWidget instead directly using a KLineEdit. Currently the DolphinSearchWidget acts as "playground" to test some ideas. If it works well it might be a good idea moving this widget as KSearchBox (?) to kdelibs, so that it can be used by the file dialog or other applications. svn path=/trunk/KDE/kdebase/apps/; revision=913572 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 03cd1ff0d..061786ffc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -94,6 +94,7 @@ set(dolphin_SRCS dolphinmainwindow.cpp dolphinnewmenu.cpp dolphinviewcontainer.cpp + dolphinsearchbox.cpp dolphinstatusbar.cpp dolphindirlister.cpp dolphincontextmenu.cpp -- cgit v1.3.1