diff options
Diffstat (limited to 'src/frontend/qt_sdl/Window.h')
-rw-r--r-- | src/frontend/qt_sdl/Window.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/frontend/qt_sdl/Window.h b/src/frontend/qt_sdl/Window.h index f0f66c2..bc20748 100644 --- a/src/frontend/qt_sdl/Window.h +++ b/src/frontend/qt_sdl/Window.h @@ -92,8 +92,7 @@ private: bool oldMax; public: - ScreenHandler* panel; - QWidget* panelWidget; + ScreenPanel* panel; };*/ class MainWindow : public QMainWindow @@ -230,8 +229,7 @@ private: bool oldMax; public: - ScreenHandler* panel; - QWidget* panelWidget; + ScreenPanel* panel; QAction* actOpenROM; QAction* actBootFirmware; |