summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abview.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/abview.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/abview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/addressbook/abview.h b/core/pim/addressbook/abview.h
index 2c10cfa..8570fe7 100644
--- a/core/pim/addressbook/abview.h
+++ b/core/pim/addressbook/abview.h
@@ -55,13 +55,13 @@ public slots:
void slotDoFind( const QString &str, bool caseSensitive, bool useRegExp,
bool backwards, QString category = QString::null );
void slotSwitch();
private:
void updateListinViews();
- void updateView();
+ void updateView( bool newdata = false );
void clearForCategory();
bool contactCompare( const OContact &cnt, int category );
void parseName( const QString& name, QString *first, QString *middle,
QString * last );
Categories mCat;