diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-11 00:55:47 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-11 00:55:47 +0100 |
commit | b5044060c9263d223c99055b9bd6b93c9fb966c7 (patch) | |
tree | d388ff7ffb5034768889b02bfffe8687d05a0172 /src/searchbar.cpp | |
parent | Some fixes on MainWindow (diff) | |
download | rekonq-b5044060c9263d223c99055b9bd6b93c9fb966c7.tar.xz |
Forwarding class declarations to speed up compilation..
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r-- | src/searchbar.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp index 2f03e93a..1145d36e 100644 --- a/src/searchbar.cpp +++ b/src/searchbar.cpp @@ -26,8 +26,14 @@ #include "mainwindow.h" // KDE Includes +#include <KUrl> #include <KDebug> +// Qt Includes +#include <QtCore> +#include <QtGui> + + SearchBar::SearchBar(QWidget *parent) : KLineEdit(parent) { |