diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 15:44:52 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 15:44:52 +0100 |
commit | 39ff47469cdc4a7df148368ed60470dc042f677e (patch) | |
tree | 15df18bf29bff66b15ad16468308766d012ba5a3 /src/searchbar.cpp | |
parent | Merge branch 'master' into mainwindow (diff) | |
download | rekonq-39ff47469cdc4a7df148368ed60470dc042f677e.tar.xz |
{Browser,}Application. Again..
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r-- | src/searchbar.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp index c6889dba..2f03e93a 100644 --- a/src/searchbar.cpp +++ b/src/searchbar.cpp @@ -17,13 +17,15 @@ * * ============================================================ */ -// Local Includes +// Self Includes #include "searchbar.h" #include "searchbar.moc" -#include "browserapplication.h" +// Local Includes +#include "application.h" #include "mainwindow.h" +// KDE Includes #include <KDebug> SearchBar::SearchBar(QWidget *parent) : |