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.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
@@ -29,6 +29,7 @@ public:
QMainWindow::ToolBarDock getToolBarPos() const;
bool fixedBars() const;
LPSearchMode letterPickerSearch() const;
+ const QString &category() const;
void setUseRegExp( bool v );
void setUseWildCards( bool v );
@@ -40,6 +41,7 @@ public:
void setToolBarDock( const QMainWindow::ToolBarDock v );
void setFixedBars( const bool fixed );
void setLetterPickerSearch( const LPSearchMode mode );
+ void setCategory( const QString &cat );
void operator= ( const AbConfig& cnf );
@@ -61,6 +63,7 @@ protected:
int m_barPos;
bool m_fixedBars;
int m_lpSearchMode;
+ QString m_category;
bool m_changed;
};