summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/namelineedit.h
Side-by-side diff
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
@@ -26,7 +26,10 @@ namespace ABOOK {
void keyPressEvent( QKeyEvent* ev );
private:
+ void configReader();
+
bool m_prevSpace : 1;
+ bool m_disabled : 1;
};
}