summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abconfig.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/abconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/abconfig.h13
1 files changed, 8 insertions, 5 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
@@ -3,3 +3,3 @@
-#include <qstringlist.h>
+#include <qstringlist.h>
#include <qmainwindow.h>
@@ -19,3 +19,3 @@ public:
~AbConfig();
-
+
// Search Settings
@@ -31,6 +31,7 @@ public:
LPSearchMode letterPickerSearch() const;
-
+ const QString &category() const;
+
void setUseRegExp( bool v );
void setUseWildCards( bool v );
- void setBeCaseSensitive( bool v );
+ void setBeCaseSensitive( bool v );
void setUseQtMail( bool v );
@@ -42,2 +43,3 @@ public:
void setLetterPickerSearch( const LPSearchMode mode );
+ void setCategory( const QString &cat );
@@ -57,3 +59,3 @@ protected:
bool m_useRegExp;
- bool m_beCaseSensitive;
+ bool m_beCaseSensitive;
int m_fontSize;
@@ -63,2 +65,3 @@ protected:
int m_lpSearchMode;
+ QString m_category;