summaryrefslogtreecommitdiff
path: root/src/history
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
parentFunction renamed (diff)
downloadrekonq-4ba9903ccb5982d7d49b37850fffd47dc3e5da40.tar.xz
BookmarksPanel API improved
Diffstat (limited to 'src/history')
-rw-r--r--src/history/historypanel.cpp2
-rw-r--r--src/history/historypanel.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp
index 28f7f4ee..d1b02c42 100644
--- a/src/history/historypanel.cpp
+++ b/src/history/historypanel.cpp
@@ -144,7 +144,7 @@ void HistoryPanel::setup()
}
-QAbstractItemModel* HistoryPanel::getModel()
+QAbstractItemModel* HistoryPanel::model()
{
return Application::historyManager()->historyTreeModel();
}
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