summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abconfig.h
Unidiff
Diffstat (limited to 'core/pim/addressbook/abconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/abconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/addressbook/abconfig.h b/core/pim/addressbook/abconfig.h
index c312179..68d087c 100644
--- a/core/pim/addressbook/abconfig.h
+++ b/core/pim/addressbook/abconfig.h
@@ -31,2 +31,3 @@ public:
31 LPSearchMode letterPickerSearch() const; 31 LPSearchMode letterPickerSearch() const;
32 const QString &category() const;
32 33
@@ -42,2 +43,3 @@ public:
42 void setLetterPickerSearch( const LPSearchMode mode ); 43 void setLetterPickerSearch( const LPSearchMode mode );
44 void setCategory( const QString &cat );
43 45
@@ -63,2 +65,3 @@ protected:
63 int m_lpSearchMode; 65 int m_lpSearchMode;
66 QString m_category;
64 67