From 272e6c2b548ff8232318a42522bf7bfc37b05df0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 21 Jul 2010 13:11:02 +0200 Subject: Just some stupid cleaning on HistoryManager before starting seriously working on... --- src/history/historymanager.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/history/historymanager.h') diff --git a/src/history/historymanager.h b/src/history/historymanager.h index 6b73cac0..ce712919 100644 --- a/src/history/historymanager.h +++ b/src/history/historymanager.h @@ -115,7 +115,7 @@ public: void updateHistoryEntry(const KUrl &url, const QString &title); void removeHistoryEntry(const KUrl &url, const QString &title = QString()); - QString titleForHistoryUrl(QString url); + QString titleForHistoryUrl(const QString &url); int historyLimit() const; void setHistoryLimit(int limit); @@ -141,10 +141,6 @@ private slots: void save(); void checkForExpired(); -protected: - void addHistoryEntry(const HistoryItem &item); - void removeHistoryEntry(const HistoryItem &item); - private: void load(); -- cgit v1.2.1