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
@@ -2,5 +2,5 @@
#define _ABCONFIG_H_
-#include <qstringlist.h>
+#include <qstringlist.h>
#include <qmainwindow.h>
@@ -18,5 +18,5 @@ public:
AbConfig();
~AbConfig();
-
+
// Search Settings
bool useRegExp() const;
@@ -30,8 +30,9 @@ public:
bool fixedBars() const;
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 );
void setUseOpieMail( bool v );
@@ -41,4 +42,5 @@ public:
void setFixedBars( const bool fixed );
void setLetterPickerSearch( const LPSearchMode mode );
+ void setCategory( const QString &cat );
void operator= ( const AbConfig& cnf );
@@ -56,5 +58,5 @@ protected:
bool m_useOpieMail;
bool m_useRegExp;
- bool m_beCaseSensitive;
+ bool m_beCaseSensitive;
int m_fontSize;
QValueList<int> m_ordered;
@@ -62,4 +64,5 @@ protected:
bool m_fixedBars;
int m_lpSearchMode;
+ QString m_category;
bool m_changed;