summaryrefslogtreecommitdiff
path: root/src/history/historypanel.h
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-10-22 19:21:11 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-11-07 11:37:11 +0100
commit4ba9903ccb5982d7d49b37850fffd47dc3e5da40 (patch)
treed257cfea11f9f548bfcd5f3077f0e0b076cbdee9 /src/history/historypanel.h
parentFunction renamed (diff)
downloadrekonq-4ba9903ccb5982d7d49b37850fffd47dc3e5da40.tar.xz
BookmarksPanel API improved
Diffstat (limited to 'src/history/historypanel.h')
-rw-r--r--src/history/historypanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history/historypanel.h b/src/history/historypanel.h
index 0a5ae216..00aca4a9 100644
--- a/src/history/historypanel.h
+++ b/src/history/historypanel.h
@@ -53,7 +53,7 @@ private Q_SLOTS:
private:
virtual void setup();
- virtual QAbstractItemModel* getModel();
+ virtual QAbstractItemModel* model();
};
#endif // HISTORYPANEL_H