summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/namelineedit.h
authoreilers <eilers>2004-07-18 13:54:18 (UTC)
committer eilers <eilers>2004-07-18 13:54:18 (UTC)
commitbb9c5344b397796ed424e3daddaf68e6c062c747 (patch) (unidiff)
tree13d2fc8da9b891c8d63c6d319177b7e8e868aaa3 /core/pim/addressbook/namelineedit.h
parentb5e4ae2b7d5dfc371ed621242da4e019ede1b579 (diff)
downloadopie-bb9c5344b397796ed424e3daddaf68e6c062c747.zip
opie-bb9c5344b397796ed424e3daddaf68e6c062c747.tar.gz
opie-bb9c5344b397796ed424e3daddaf68e6c062c747.tar.bz2
Fixing Bug #1361
Diffstat (limited to 'core/pim/addressbook/namelineedit.h') (more/less context) (show 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 {
26 void keyPressEvent( QKeyEvent* ev ); 26 void keyPressEvent( QKeyEvent* ev );
27 27
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 };
31} 34}
32 35