summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/namelineedit.h
Unidiff
Diffstat (limited to 'core/pim/addressbook/namelineedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/namelineedit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/addressbook/namelineedit.h b/core/pim/addressbook/namelineedit.h
index c719579..7f0eda8 100644
--- a/core/pim/addressbook/namelineedit.h
+++ b/core/pim/addressbook/namelineedit.h
@@ -28,3 +28,6 @@ namespace ABOOK {
28 private: 28 private:
29 void configReader();
30
29 bool m_prevSpace : 1; 31 bool m_prevSpace : 1;
32 bool m_disabled : 1;
30 }; 33 };