summaryrefslogtreecommitdiff
path: root/vcl/inc/idlemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r--vcl/inc/idlemgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx
index 03d21e931ec5..527d76f0a01c 100644
--- a/vcl/inc/idlemgr.hxx
+++ b/vcl/inc/idlemgr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_IDLEMGR_HXX
-#define _SV_IDLEMGR_HXX
+#ifndef INCLUDED_VCL_INC_IDLEMGR_HXX
+#define INCLUDED_VCL_INC_IDLEMGR_HXX
#include <tools/solar.h>
#include <vcl/timer.hxx>
@@ -51,6 +51,6 @@ public:
DECL_LINK(TimeoutHdl, void *);
};
-#endif // _SV_IDLEMGR_HXX
+#endif // INCLUDED_VCL_INC_IDLEMGR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */