From 37084d3961026893840ef9891132bdf193a312b3 Mon Sep 17 00:00:00 2001 From: eilers Date: Sun, 11 May 2003 12:36:30 +0000 Subject: Some improvements in handling of organizations: - If you enter a organization name and no Fullname is entered, the organization name will be used. Thus, the organization is shown correctly in the listview.. - The letterpicker now searches for the SaveAs Entry (configurable) instead for lastname. Ths guarantees that the organization is found as expected.. This addresses bugreport #590 and #895.. --- (limited to 'core/pim/addressbook/abview.h') diff --git a/core/pim/addressbook/abview.h b/core/pim/addressbook/abview.h index 55c63cc..49bb4be 100644 --- a/core/pim/addressbook/abview.h +++ b/core/pim/addressbook/abview.h @@ -11,6 +11,7 @@ #include "contacteditor.h" #include "abtable.h" #include "ablabel.h" +#include "abconfig.h" class AbView: public QWidget { @@ -32,7 +33,7 @@ public: void setCurrentUid( int uid ); void setShowByCategory( const QString& cat ); void setShowToView( Views view ); - void setShowByLetter( char c ); + void setShowByLetter( char c, AbConfig::LPSearchMode mode = AbConfig::LastName ); void setListOrder( const QValueList& ordered ); // Add Entry and put to current -- cgit v0.9.0.2