summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-04-16 22:14:38 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-04-16 22:14:38 +0200
commit3f43542ea6857760d1da6b78ebc152ca4bfc286b (patch)
tree82913c20df01d6e4fd8dfe66ceccef626372b79b /src/urlbar/listitem.h
parentFixing Lionel's merge request: (diff)
downloadrekonq-3f43542ea6857760d1da6b78ebc152ca4bfc286b.tar.xz
fix text pointed in the search item
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r--src/urlbar/listitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h
index e355160a..2f6f898a 100644
--- a/src/urlbar/listitem.h
+++ b/src/urlbar/listitem.h
@@ -114,7 +114,7 @@ class ItemText : public QLabel
Q_OBJECT
public:
- ItemText(const QString &text, const QString &textToPointOut, QWidget *parent = 0);
+ ItemText(const QString &text, const QString &textToPointOut = QString(), QWidget *parent = 0);
};