┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-19 14:25:08 +0000
committerPeter Penz <[email protected]>2009-01-19 14:25:08 +0000
commitd85a6ec6dd3a30784c07636a77ee502dd5dae4a2 (patch)
treebab21b2cabd4777d5ae52bff12d8e17118ef91ea /src/CMakeLists.txt
parentbe1298d9aabbcc18c8a2b1c697d2bca5e7c0a9f3 (diff)
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
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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