diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index aee10bcad..0bec4824a 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -217,7 +217,7 @@ public: * @param index Output parameter which indicates the current * index of the location. */ - const QLinkedList<UrlNavigator::HistoryElem> urlHistory(int& index) const; + const QList<UrlNavigator::HistoryElem> urlHistory(int& index) const; /** Returns true, if at least one item is selected. */ bool hasSelection() const; |
