diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-16 10:44:10 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-16 10:44:10 +0200 | 
| commit | b514ddbc9ad461e3593e8fe1a3d8f736338d1480 (patch) | |
| tree | c371e069ae1eabaef8e90e397d9c7fa8431ce11e /src/urlbar/listitem.h | |
| parent | Bug when closing the 'New Folder' dialog fixed. (diff) | |
| parent | working opensearch suggestions (diff) | |
| download | rekonq-b514ddbc9ad461e3593e8fe1a3d8f736338d1480.tar.xz | |
Merge commit 'refs/merge-requests/169' of git://gitorious.org/rekonq/mainline into opensearch
Diffstat (limited to 'src/urlbar/listitem.h')
| -rw-r--r-- | src/urlbar/listitem.h | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index dcb4f76d..0e1a7ad5 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -174,6 +174,18 @@ private:  // ------------------------------------------------------------------------- +class SuggestionListItem : public ListItem +{ +    Q_OBJECT + +public: +    SuggestionListItem(const UrlSearchItem &item, const QString &text, QWidget *parent = 0); +}; + + +// ------------------------------------------------------------------------- + +  class PreviewListItem : public ListItem  {      Q_OBJECT | 
