diff options
-rw-r--r-- | padmin/source/cmddlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/cmddlg.hxx b/padmin/source/cmddlg.hxx index 9305c00e4e4c..52e2306acbca 100644 --- a/padmin/source/cmddlg.hxx +++ b/padmin/source/cmddlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cmddlg.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pl $ $Date: 2001-06-15 15:30:08 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:50:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ #ifndef _SV_DIALOG_HXX #include <vcl/dialog.hxx> #endif -#ifndef _SV_CONFIG_HXX -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif #ifndef _SV_BUTTON_HXX #include <vcl/button.hxx> |