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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/addressbook/abconfig.h b/core/pim/addressbook/abconfig.h
index b8460d7..ce51b4c 100644
--- a/core/pim/addressbook/abconfig.h
+++ b/core/pim/addressbook/abconfig.h
@@ -20,4 +20,5 @@ public:
QValueList<int> orderList() const;
QMainWindow::ToolBarDock getToolBarPos() const;
+ bool fixedBars() const;
void setUseRegExp( bool v );
@@ -29,4 +30,5 @@ public:
void setOrderList( const QValueList<int>& list );
void setToolBarDock( const QMainWindow::ToolBarDock v );
+ void setFixedBars( const bool fixed );
void operator= ( const AbConfig& cnf );
@@ -48,4 +50,5 @@ protected:
QValueList<int> m_ordered;
int m_barPos;
+ bool m_fixedBars;
bool m_changed;