summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtksys.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gtk/gtksys.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtksys.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx
index d787476f52bc..46c6402e357d 100644
--- a/vcl/inc/unx/gtk/gtksys.hxx
+++ b/vcl/inc/unx/gtk/gtksys.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _VCL_GTKSYS_HXX_
-#define _VCL_GTKSYS_HXX_
+#ifndef INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX
+#define INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX
#include "generic/gensys.h"
#include <gtk/gtk.h>
@@ -46,6 +46,6 @@ public:
GdkScreen *getScreenMonitorFromIdx (int nIdx, gint &nMonitor);
};
-#endif // _VCL_GTKSYS_HXX_
+#endif // INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */