summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-03 22:53:13 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-03 22:53:13 +0200
commitf998ce11746f17694db006e915565bcdec5f81b9 (patch)
tree7a4b9d615f919d55fee30bc394aba7d16ad74b52 /src/urlbar.h
parentFix compilation and improved a (little) bit (diff)
downloadrekonq-f998ce11746f17694db006e915565bcdec5f81b9.tar.xz
Removed completion object from UrlBar
Inserted (and improved) in HistoryManager to let it available to every class.
Diffstat (limited to 'src/urlbar.h')
-rw-r--r--src/urlbar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/urlbar.h b/src/urlbar.h
index a12c5f62..80fbb759 100644
--- a/src/urlbar.h
+++ b/src/urlbar.h
@@ -60,8 +60,7 @@ public:
QSize sizeHint() const;
void setBackgroundColor(QColor);
bool isLoading();
- KCompletion *completion();
- HistoryCompletionModel *completionModel();
+
void setProgress(int progress);
signals:
@@ -94,9 +93,6 @@ private:
KUrl m_currentUrl;
int m_progress;
-
- KCompletion *m_completion;
- HistoryCompletionModel *m_completionModel;
};
#endif