aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.h')
-rw-r--r--gui/launcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index 90c51b657d..ba6cfa5210 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -28,7 +28,7 @@ class GameDetector;
namespace GUI {
-class DirBrowserDialog;
+class BrowserDialog;
class ListWidget;
class LauncherDialog : public Dialog {
@@ -47,7 +47,7 @@ protected:
Widget *_removeButton;
StringList _domains;
GameDetector &_detector;
- DirBrowserDialog *_browser;
+ BrowserDialog *_browser;
void updateListing();
void updateButtons();