aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/browser.cpp')
-rw-r--r--gui/browser.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/browser.cpp b/gui/browser.cpp
index af935c3c0b..44d4034068 100644
--- a/gui/browser.cpp
+++ b/gui/browser.cpp
@@ -19,9 +19,9 @@
*/
#include "stdafx.h"
-#include "browser.h"
-#include "newgui.h"
-#include "ListWidget.h"
+#include "gui/browser.h"
+#include "gui/newgui.h"
+#include "gui/ListWidget.h"
#include "backends/fs/fs.h"
@@ -36,8 +36,8 @@ enum {
kGoUpCmd = 'GoUp'
};
-BrowserDialog::BrowserDialog(NewGui *gui, const char *title)
- : Dialog(gui, 20, 10, 320 -2 * 20, 200 - 2 * 10),
+BrowserDialog::BrowserDialog(const char *title)
+ : Dialog(20, 10, 320 -2 * 20, 200 - 2 * 10),
_node(0), _nodeContent(0) {
_fileList = NULL;