summaryrefslogtreecommitdiff
path: root/include/svtools/restartdialog.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-11 12:53:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-11 15:37:27 +0200
commita87569e9ea8db9a0d869570613603eebf7c145e8 (patch)
tree804a8673c5c763bbffef835e5fba65d7e46ececf /include/svtools/restartdialog.hxx
parent5afe093d8994c37d239001e8e272ab86eea62dcb (diff)
weld RestartDialog
Change-Id: Iae97806a11b6c950931a342d06b3eeea168c7559 Reviewed-on: https://gerrit.libreoffice.org/52721 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/restartdialog.hxx')
-rw-r--r--include/svtools/restartdialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx
index 996bdc010085..750542a37459 100644
--- a/include/svtools/restartdialog.hxx
+++ b/include/svtools/restartdialog.hxx
@@ -15,7 +15,7 @@
#include <com/sun/star/uno/Reference.hxx>
#include <svtools/svtdllapi.h>
-namespace vcl { class Window; }
+namespace weld { class Window; }
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }
@@ -61,7 +61,7 @@ enum RestartReason {
// Must be called with the solar mutex locked:
SVT_DLLPUBLIC void executeRestartDialog(
css::uno::Reference< css::uno::XComponentContext > const & context,
- vcl::Window * parent, RestartReason reason);
+ weld::Window* parent, RestartReason reason);
}