summaryrefslogtreecommitdiff
path: root/include/svtools/restartdialog.hxx
diff options
context:
space:
mode:
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 5d354621bc26..48aa5b2bcf3f 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>
-class Window;
+namespace vcl { class Window; }
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }
@@ -38,7 +38,7 @@ enum RestartReason {
SVT_DLLPUBLIC void executeRestartDialog(
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
const & context,
- Window * parent, RestartReason reason);
+ vcl::Window * parent, RestartReason reason);
}