diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-18 10:40:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:03:33 +0200 |
commit | 02755ffc374633144414f75865741d77bbcd6f46 (patch) | |
tree | b049ae9c3fa90f40f29f2fb50775c508d54f9b34 /src/searchbar.cpp | |
parent | 1st commit on cookie branch. Refactoring Ui classes (diff) | |
download | rekonq-02755ffc374633144414f75865741d77bbcd6f46.tar.xz |
header fixing
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r-- | src/searchbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp index 48e9290a..6d118a7d 100644 --- a/src/searchbar.cpp +++ b/src/searchbar.cpp @@ -129,4 +129,3 @@ void SearchBar::handleNetworkData(QNetworkReply *networkReply) networkReply->deleteLater(); } - |