┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-10-17 15:05:50 +0000
committerPeter Penz <[email protected]>2009-10-17 15:05:50 +0000
commit5e123c68d7717558db354bd045bf334f0904f7d2 (patch)
treeb2df4f6e91274823468747578dc03c1233a9b5ce /src/dolphinmainwindow.cpp
parente1dde0669fa9c8fb36d6e420a93354c5e78f42b6 (diff)
* move classes for searching into an own folder (new classes will be added soon)
* Postpone the creation of the searchcompleter, until the editor gets focused. This improves the startup time of Dolphin (reading all available tags is an expensive operation). svn path=/trunk/KDE/kdebase/apps/; revision=1036658
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index f491ea8e0..6134632ae 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -27,9 +27,9 @@
#include "dolphinapplication.h"
#include "dolphinnewmenu.h"
+#include "search/dolphinsearchbox.h"
#include "settings/dolphinsettings.h"
#include "settings/dolphinsettingsdialog.h"
-#include "dolphinsearchbox.h"
#include "dolphinviewcontainer.h"
#include "panels/folders/folderspanel.h"
#include "panels/places/placespanel.h"