author | ulf69 <ulf69> | 2004-10-02 01:09:30 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-02 01:09:30 (UTC) |
commit | 2a7b61c2b45a0a0344ae65633b2578b4cde1753f (patch) (side-by-side diff) | |
tree | f1587b8fd58bdd5f4c53bd875abcc7a2bf993f50 | |
parent | a5abf6c989a29e7f3a348786c7b0890740835497 (diff) | |
download | kdepimpi-2a7b61c2b45a0a0344ae65633b2578b4cde1753f.zip kdepimpi-2a7b61c2b45a0a0344ae65633b2578b4cde1753f.tar.gz kdepimpi-2a7b61c2b45a0a0344ae65633b2578b4cde1753f.tar.bz2 |
fixed minor declarationerror
-rw-r--r-- | kaddressbook/kabcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h index ef61d6d..941458d 100644 --- a/kaddressbook/kabcore.h +++ b/kaddressbook/kabcore.h @@ -416,66 +416,66 @@ class KABCore : public QWidget, public KSyncInterface KAction *mActionDelete; //US settings menu KAction *mActionConfigResources; KAction *mActionConfigKAddressbook; KAction *mActionConfigShortcuts; KAction *mActionConfigureToolbars; KAction *mActionKeyBindings; KToggleAction *mActionJumpBar; KToggleAction *mActionDetails; KAction *mActionWhoAmI; KAction *mActionCategories; KAction *mActionAboutKAddressbook; KAction *mActionLicence; KAction *mActionFaq; KAction *mActionDeleteView; QPopupMenu *viewMenu; QPopupMenu *filterMenu; QPopupMenu *settingsMenu; QPopupMenu *changeMenu; //US QAction *mActionSave; QPopupMenu *ImportMenu; QPopupMenu *ExportMenu; //LR additional methods KAction *mActionRemoveVoice; KAction * mActionImportOL; #ifndef KAB_EMBEDDED KAddressBookService *mAddressBookService; #endif //KAB_EMBEDDED class KABCorePrivate; KABCorePrivate *d; //US bool mBlockSaveFlag; #ifdef KAB_EMBEDDED KAddressBookMain *mMainWindow; // should be the same like mGUIClient #endif //KAB_EMBEDDED //this are the overwritten callbackmethods from the syncinterface virtual bool sync(KSyncManager* manager, QString filename, int mode); virtual bool syncExternal(KSyncManager* manager, QString resource); //called by the syncmanager to indicate that the work has to marked as dirty. virtual void sync_setModified(); //called by the syncmanager to ask if the dirty flag is set. - virtual bool KABCore::sync_isModified(); + virtual bool sync_isModified(); //called by the syncmanager to indicate that the work has to be saved. virtual void sync_save(); // LR ******************************* // sync stuff! QPopupMenu *syncMenu; KSyncManager* syncManager; int mGlobalSyncMode; bool synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBook* remote,int mode); KABC::Addressee getLastSyncAddressee(); QDateTime mLastAddressbookSync; int takeAddressee( KABC::Addressee* local, KABC::Addressee* remote, int mode , bool full ); // ********************* }; #endif |