From 34681e7392fbed71cc48f615b5cd88614a581396 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Wed, 11 Aug 2004 19:22:09 +0000 Subject: added functionality to support the multiple view config setting --- (limited to 'kaddressbook/kabcore.h') 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; -- cgit v0.9.0.2