summaryrefslogtreecommitdiff
path: root/cui/source/inc/screenshotannotationdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/screenshotannotationdlg.hxx')
-rw-r--r--cui/source/inc/screenshotannotationdlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/source/inc/screenshotannotationdlg.hxx b/cui/source/inc/screenshotannotationdlg.hxx
index ac9e0edc564f..53df8d4f7ea5 100644
--- a/cui/source/inc/screenshotannotationdlg.hxx
+++ b/cui/source/inc/screenshotannotationdlg.hxx
@@ -20,11 +20,12 @@
#define INCLUDED_CUI_SOURCE_INC_SCREENSHANNDLG_HXX
#include <vcl/dialog.hxx>
+#include <vcl/weld.hxx>
#include <memory>
class ScreenshotAnnotationDlg_Impl;
-class ScreenshotAnnotationDlg : public ModalDialog
+class ScreenshotAnnotationDlg : public weld::GenericDialogController
{
private:
std::unique_ptr< ScreenshotAnnotationDlg_Impl > m_pImpl;
@@ -34,7 +35,7 @@ private:
public:
ScreenshotAnnotationDlg(
- vcl::Window* pParent,
+ weld::Window* pParent,
Dialog& rParentDialog);
virtual ~ScreenshotAnnotationDlg() override;
};