diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-21 00:54:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-21 00:54:58 +0100 |
commit | 2daca1034d63d71e9c6a097816fe6aa7ba47db35 (patch) | |
tree | d2a3a0d67f782a8dfa171dc96a0852ed9b8c4334 /src/searchbar.cpp | |
parent | - Added kWarning for fixed minimun size (diff) | |
download | rekonq-2daca1034d63d71e9c6a097816fe6aa7ba47db35.tar.xz |
little updates..
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r-- | src/searchbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp index 8b21daf5..977703d3 100644 --- a/src/searchbar.cpp +++ b/src/searchbar.cpp @@ -24,6 +24,7 @@ #include "browserapplication.h" #include "browsermainwindow.h" +#include <KDebug> SearchBar::SearchBar(QWidget *parent) : KLineEdit(parent) |