diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
commit | 6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a (patch) | |
tree | 48544c2f72b07eef1bc0ace0e602bfda3c25538b /src/searchengine.cpp | |
parent | Krazy fixes (diff) | |
download | rekonq-6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a.tar.xz |
Include Fixes, first bunch
Diffstat (limited to 'src/searchengine.cpp')
-rw-r--r-- | src/searchengine.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/searchengine.cpp b/src/searchengine.cpp index d2bfaf34..0d2c6aea 100644 --- a/src/searchengine.cpp +++ b/src/searchengine.cpp @@ -28,6 +28,9 @@ //local includes #include "searchengine.h" +// Auto Includes +#include "rekonq.h" + //KDE includes #include <KConfigGroup> #include <KServiceTypeTrader> |