summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KDEInit.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:41:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:08 +0200
commit888057cb5c2b7a349c69ccaf22714a43f0e75430 (patch)
treea9cce18b346300880b1a9606e03bca6e948a38ee /connectivity/source/drivers/kab/KDEInit.h
parentb4285a90d8cf9361381d5b5c4dddf2f9d57f10d3 (diff)
fixincludeguards.sh: connectivity
Diffstat (limited to 'connectivity/source/drivers/kab/KDEInit.h')
-rw-r--r--connectivity/source/drivers/kab/KDEInit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/kab/KDEInit.h b/connectivity/source/drivers/kab/KDEInit.h
index 9be69bbfd774..d14447b34306 100644
--- a/connectivity/source/drivers/kab/KDEInit.h
+++ b/connectivity/source/drivers/kab/KDEInit.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONNECTIVITY_KAB_KDEINIT_H
-#define CONNECTIVITY_KAB_KDEINIT_H
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDEINIT_H
+#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDEINIT_H
// the address book driver's version
#define KAB_DRIVER_VERSION "0.2"
@@ -48,6 +48,6 @@
#endif // ENABLE_TDE
-#endif // CONNECTIVITY_KAB_KDEINIT_H
+#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDEINIT_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */