diff options
author | jcid <devnull@localhost> | 2008-09-18 00:16:38 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-18 00:16:38 +0200 |
commit | f9da96dd24c8f8c83a88d0ed77d562aa456a33c4 (patch) | |
tree | 6a950a2728516159bde5d3d0da5c932cbbb21542 /src/findbar.hh | |
parent | d61666920e33d15d25ac6381e4f4c64f66165493 (diff) |
- Implemented tabbed browsing.
Diffstat (limited to 'src/findbar.hh')
-rw-r--r-- | src/findbar.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/findbar.hh b/src/findbar.hh index db803140..b5591889 100644 --- a/src/findbar.hh +++ b/src/findbar.hh @@ -9,9 +9,6 @@ #include <fltk/Group.h> #include <fltk/CheckButton.h> -// simple declaration to avoid circular include -class UI; - using namespace fltk; /* @@ -22,7 +19,6 @@ class Findbar : public Group { Button *clrb; HighlightButton *hidebutton; xpmImage *hideImg; - UI *ui; Input *i; CheckButton *cb; @@ -31,7 +27,7 @@ class Findbar : public Group { static void hide_cb (Widget *, void *); public: - Findbar(int width, int height, UI *ui); + Findbar(int width, int height); ~Findbar(); int handle(int event); void show(); |