summaryrefslogtreecommitdiff
path: root/src/history/historymodels.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-03-10 19:02:12 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-03-10 19:02:12 +0100
commit9461c52f07a2bf8b9bc25f037b17805cda51b2b0 (patch)
treeb599e6eff700e65a864bb275c94adc9a6da7e529 /src/history/historymodels.h
parentAdd toggle ability to bk folder in bk page (diff)
downloadrekonq-9461c52f07a2bf8b9bc25f037b17805cda51b2b0.tar.xz
Supporting panel (again) :)
- Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
Diffstat (limited to 'src/history/historymodels.h')
-rw-r--r--src/history/historymodels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history/historymodels.h b/src/history/historymodels.h
index be0cb442..598c8de3 100644
--- a/src/history/historymodels.h
+++ b/src/history/historymodels.h
@@ -186,12 +186,12 @@ private:
* If a url matches the filter it'll be shown,
* even if it's parent doesn't match it.
*/
-class UrlFilterProxyModel : public QSortFilterProxyModel
+class SortFilterProxyModel : public QSortFilterProxyModel
{
Q_OBJECT
public:
- explicit UrlFilterProxyModel(QObject *parent = 0);
+ explicit SortFilterProxyModel(QObject *parent = 0);
protected:
virtual bool filterAcceptsRow(const int source_row, const QModelIndex &source_parent) const;