From 79b98452cb17a595cbe04f166a95c7ac38594e2b Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Fri, 17 Sep 2010 17:14:04 +0200 Subject: Fix multiple word highlighting. This time it works even with 'b' coming after some or have been inserted and with substrings, which would cause the following: String_containing_substring --- src/urlbar/listitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlbar/listitem.h') diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index be5a2569..975c3724 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -115,7 +115,7 @@ public: // ------------------------------------------------------------------------- -class TextLabel : public QLabel +class REKONQ_TESTS_EXPORT TextLabel : public QLabel { Q_OBJECT -- cgit v1.2.1