summaryrefslogtreecommitdiff
path: root/src/search/SearchView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchView.h')
-rw-r--r--src/search/SearchView.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/search/SearchView.h b/src/search/SearchView.h
index 9365ddc..899a993 100644
--- a/src/search/SearchView.h
+++ b/src/search/SearchView.h
@@ -12,6 +12,16 @@
using namespace std;
+namespace ui
+{
+ class RichLabel;
+ class SaveButton;
+ class Button;
+ class Label;
+ class Spinner;
+ class Textbox;
+}
+
class SearchModel;
class SearchController;
@@ -28,7 +38,7 @@ private:
ui::Textbox * searchField;
ui::Label * infoLabel;
ui::Label * tagsLabel;
- ui::Label * motdLabel;
+ ui::RichLabel * motdLabel;
ui::Button * sortButton;
ui::Button * ownButton;
ui::Spinner * loadingSpinner;