-rw-r--r-- | kaddressbook/kabcore.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h index a45c4c6..d4d28f1 100644 --- a/kaddressbook/kabcore.h +++ b/kaddressbook/kabcore.h @@ -302,10 +302,10 @@ class KABCore : public QWidget void editContact2(); /** - Shows the detail view for the given uid. If the uid is QString::null, + Shows or edits the detail view for the given uid. If the uid is QString::null, the method will try to find a selected addressee in the view. */ - void showContact( const QString &uid /*US = QString::null*/ ); + void executeContact( const QString &uid /*US = QString::null*/ ); /** Launches the configuration dialog. @@ -338,6 +338,7 @@ class KABCore : public QWidget void setJumpButtonBarVisible( bool visible ); void importFromOL(); void extensionModified( const KABC::Addressee::List &list ); + void extensionChanged( int id ); void clipboardDataChanged(); void updateActionMenu(); void configureKeyBindings(); @@ -381,6 +382,8 @@ class KABCore : public QWidget bool mReadWrite; bool mModified; bool mIsPart; + bool mMultipleViewsAtOnce; + //US file menu KAction *mActionMail; |