summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
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