summaryrefslogtreecommitdiff
path: root/src/urlbar/completionwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-29 17:23:11 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-29 17:23:11 +0200
commit86d13c73a4306e1e88cfab60c3d00a41b39c649c (patch)
tree1b93baf9c2ff4b6793e27677114dfc8bad698534 /src/urlbar/completionwidget.h
parentFirst fixes, 4 suggestions (diff)
downloadrekonq-86d13c73a4306e1e88cfab60c3d00a41b39c649c.tar.xz
Cleaning up new suggestions mechanism
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r--src/urlbar/completionwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h
index 29f80721..d9f9be49 100644
--- a/src/urlbar/completionwidget.h
+++ b/src/urlbar/completionwidget.h
@@ -91,8 +91,7 @@ private:
KService::Ptr _searchEngine;
QString _typedString;
- int _suggestionsNumber;
- bool _isSuggesting;
+ bool _hasSuggestions;
};
#endif // COMPLETION_WIDGET_H