summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abconfig.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/abconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/abconfig.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/pim/addressbook/abconfig.h b/core/pim/addressbook/abconfig.h
index ce51b4c..93764f2 100644
--- a/core/pim/addressbook/abconfig.h
+++ b/core/pim/addressbook/abconfig.h
@@ -9,2 +9,10 @@ class AbConfig
public:
+ enum LPSearchMode{
+ LastName = 0,
+ FullName,
+ LASTELEMENT
+ };
+
+
+
AbConfig();
@@ -22,2 +30,3 @@ public:
bool fixedBars() const;
+ LPSearchMode letterPickerSearch() const;
@@ -32,2 +41,3 @@ public:
void setFixedBars( const bool fixed );
+ void setLetterPickerSearch( const LPSearchMode mode );
@@ -52,2 +62,3 @@ protected:
bool m_fixedBars;
+ int m_lpSearchMode;