summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-01 15:38:45 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-01 15:38:45 +0200
commitb44a0fd574329a54a8377b5fe9e58748f846611f (patch)
treebd476baa50a84c2d03400eb7200a472bded93e57 /src/urlbar/listitem.h
parent3 pixels preview's dilemma (diff)
downloadrekonq-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/listitem.h')
-rw-r--r--src/urlbar/listitem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h
index ac476d4b..1e7b0805 100644
--- a/src/urlbar/listitem.h
+++ b/src/urlbar/listitem.h
@@ -34,7 +34,7 @@ class UrlSearchItem;
class ListItem : public QWidget
{
-Q_OBJECT
+ Q_OBJECT
public:
ListItem(const UrlSearchItem &item, QWidget *parent = 0);
@@ -55,5 +55,4 @@ protected:
private:
QStyleOptionViewItemV4 m_option;
QString guessNameFromUrl(QUrl url);
-
};