diff options
Diffstat (limited to 'Userland/Applications/ThemeEditor/PreviewWidget.h')
-rw-r--r-- | Userland/Applications/ThemeEditor/PreviewWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/ThemeEditor/PreviewWidget.h b/Userland/Applications/ThemeEditor/PreviewWidget.h index 7f952b3503..af822916e5 100644 --- a/Userland/Applications/ThemeEditor/PreviewWidget.h +++ b/Userland/Applications/ThemeEditor/PreviewWidget.h @@ -25,7 +25,7 @@ public: const Gfx::Palette& preview_palette() const { return m_preview_palette; } void set_preview_palette(const Gfx::Palette&); - void set_theme_from_file(String const& path, int fd); + void set_theme_from_file(Core::File&); void set_color_filter(OwnPtr<Gfx::ColorBlindnessFilter>); |