summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/filebrowser.h')
-rw-r--r--plugingui/filebrowser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugingui/filebrowser.h b/plugingui/filebrowser.h
index 011c9d7..7d3b3bb 100644
--- a/plugingui/filebrowser.h
+++ b/plugingui/filebrowser.h
@@ -31,6 +31,8 @@
#include "button.h"
#include "listbox.h"
+#include "combobox.h"
+#include "lineedit.h"
namespace GUI {
@@ -55,9 +57,13 @@ public:
private:
struct private_data *prv;
+ GUI::LineEdit *lineedit;
GUI::ListBox *listbox;
GUI::Button *btn_sel;
GUI::Button *btn_esc;
+
+ // Only used on win32
+ GUI::ComboBox *drv;
};
};