diff options
author | Montel Laurent <montel@kde.org> | 2013-05-06 08:00:01 +0200 |
---|---|---|
committer | Montel Laurent <montel@kde.org> | 2013-05-06 08:00:01 +0200 |
commit | c38148675dd9d3c7084930927d425cdf0686da78 (patch) | |
tree | 8ec8c1744521c5c522eb2aaac44439e7a8f5d52c /src/urlbar/urlsuggester.h | |
parent | Get sure right icons are deleted before repainting them (diff) | |
download | rekonq-c38148675dd9d3c7084930927d425cdf0686da78.tar.xz |
Fix forward declaration
Diffstat (limited to 'src/urlbar/urlsuggester.h')
-rw-r--r-- | src/urlbar/urlsuggester.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/urlbar/urlsuggester.h b/src/urlbar/urlsuggester.h index 33bcb398..a5914504 100644 --- a/src/urlbar/urlsuggester.h +++ b/src/urlbar/urlsuggester.h @@ -113,7 +113,6 @@ typedef QList <UrlSuggestionItem> UrlSuggestionList; // ---------------------------------------------------------------------- -class HistoryItem; class UrlSuggester : public QObject |