summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ocontactfields.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiepim/ocontactfields.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiepim/ocontactfields.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/libopie2/opiepim/ocontactfields.h b/libopie2/opiepim/ocontactfields.h
index 993ce3b..9e89532 100644
--- a/libopie2/opiepim/ocontactfields.h
+++ b/libopie2/opiepim/ocontactfields.h
@@ -28,4 +28,5 @@
*/
-#ifndef OPIE_CONTACTS_FIELDS
-#define OPIE_CONTACTS_FIELDS
+
+#ifndef OCONTACTFIELDS_H
+#define OCONTACTFIELDS_H
@@ -33,5 +34,8 @@ class QStringList;
+/* OPIE */
+#include <opie2/ocontact.h>
+
+/* QT */
#include <qmap.h>
#include <qstring.h>
-#include <opie2/ocontact.h>
@@ -40,4 +44,6 @@ class QStringList;
-namespace Opie {
-class OContactFields{
+namespace Opie
+{
+class OContactFields
+{