diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-01 15:38:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-01 15:38:45 +0200 |
commit | b44a0fd574329a54a8377b5fe9e58748f846611f (patch) | |
tree | bd476baa50a84c2d03400eb7200a472bded93e57 /src/urlbar/urlresolver.h | |
parent | 3 pixels preview's dilemma (diff) | |
download | rekonq-b44a0fd574329a54a8377b5fe9e58748f846611f.tar.xz |
Cleaning awesome bar code a bit..
- update is better than repaint (this also probably solves the flickering results update)
- right scope for some methods
- removed KUrl use from there
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r-- | src/urlbar/urlresolver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h index 4231aaab..3033fc38 100644 --- a/src/urlbar/urlresolver.h +++ b/src/urlbar/urlresolver.h @@ -32,8 +32,6 @@ #include <QString> #include <QList> -// Forward Declarations -class KUrl; class UrlSearchItem { |