author | ulf69 <ulf69> | 2004-10-02 01:09:30 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-02 01:09:30 (UTC) |
commit | 2a7b61c2b45a0a0344ae65633b2578b4cde1753f (patch) (unidiff) | |
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 | |||
416 | KAction *mActionDelete; | 416 | KAction *mActionDelete; |
417 | 417 | ||
418 | //US settings menu | 418 | //US settings menu |
419 | KAction *mActionConfigResources; | 419 | KAction *mActionConfigResources; |
420 | KAction *mActionConfigKAddressbook; | 420 | KAction *mActionConfigKAddressbook; |
421 | KAction *mActionConfigShortcuts; | 421 | KAction *mActionConfigShortcuts; |
422 | KAction *mActionConfigureToolbars; | 422 | KAction *mActionConfigureToolbars; |
423 | KAction *mActionKeyBindings; | 423 | KAction *mActionKeyBindings; |
424 | KToggleAction *mActionJumpBar; | 424 | KToggleAction *mActionJumpBar; |
425 | KToggleAction *mActionDetails; | 425 | KToggleAction *mActionDetails; |
426 | KAction *mActionWhoAmI; | 426 | KAction *mActionWhoAmI; |
427 | KAction *mActionCategories; | 427 | KAction *mActionCategories; |
428 | KAction *mActionAboutKAddressbook; | 428 | KAction *mActionAboutKAddressbook; |
429 | KAction *mActionLicence; | 429 | KAction *mActionLicence; |
430 | KAction *mActionFaq; | 430 | KAction *mActionFaq; |
431 | 431 | ||
432 | KAction *mActionDeleteView; | 432 | KAction *mActionDeleteView; |
433 | 433 | ||
434 | QPopupMenu *viewMenu; | 434 | QPopupMenu *viewMenu; |
435 | QPopupMenu *filterMenu; | 435 | QPopupMenu *filterMenu; |
436 | QPopupMenu *settingsMenu; | 436 | QPopupMenu *settingsMenu; |
437 | QPopupMenu *changeMenu; | 437 | QPopupMenu *changeMenu; |
438 | //US QAction *mActionSave; | 438 | //US QAction *mActionSave; |
439 | QPopupMenu *ImportMenu; | 439 | QPopupMenu *ImportMenu; |
440 | QPopupMenu *ExportMenu; | 440 | QPopupMenu *ExportMenu; |
441 | //LR additional methods | 441 | //LR additional methods |
442 | KAction *mActionRemoveVoice; | 442 | KAction *mActionRemoveVoice; |
443 | KAction * mActionImportOL; | 443 | KAction * mActionImportOL; |
444 | 444 | ||
445 | #ifndef KAB_EMBEDDED | 445 | #ifndef KAB_EMBEDDED |
446 | KAddressBookService *mAddressBookService; | 446 | KAddressBookService *mAddressBookService; |
447 | #endif //KAB_EMBEDDED | 447 | #endif //KAB_EMBEDDED |
448 | 448 | ||
449 | class KABCorePrivate; | 449 | class KABCorePrivate; |
450 | KABCorePrivate *d; | 450 | KABCorePrivate *d; |
451 | //US bool mBlockSaveFlag; | 451 | //US bool mBlockSaveFlag; |
452 | 452 | ||
453 | #ifdef KAB_EMBEDDED | 453 | #ifdef KAB_EMBEDDED |
454 | KAddressBookMain *mMainWindow; // should be the same like mGUIClient | 454 | KAddressBookMain *mMainWindow; // should be the same like mGUIClient |
455 | #endif //KAB_EMBEDDED | 455 | #endif //KAB_EMBEDDED |
456 | 456 | ||
457 | //this are the overwritten callbackmethods from the syncinterface | 457 | //this are the overwritten callbackmethods from the syncinterface |
458 | virtual bool sync(KSyncManager* manager, QString filename, int mode); | 458 | virtual bool sync(KSyncManager* manager, QString filename, int mode); |
459 | virtual bool syncExternal(KSyncManager* manager, QString resource); | 459 | virtual bool syncExternal(KSyncManager* manager, QString resource); |
460 | 460 | ||
461 | //called by the syncmanager to indicate that the work has to marked as dirty. | 461 | //called by the syncmanager to indicate that the work has to marked as dirty. |
462 | virtual void sync_setModified(); | 462 | virtual void sync_setModified(); |
463 | //called by the syncmanager to ask if the dirty flag is set. | 463 | //called by the syncmanager to ask if the dirty flag is set. |
464 | virtual bool KABCore::sync_isModified(); | 464 | virtual bool sync_isModified(); |
465 | //called by the syncmanager to indicate that the work has to be saved. | 465 | //called by the syncmanager to indicate that the work has to be saved. |
466 | virtual void sync_save(); | 466 | virtual void sync_save(); |
467 | 467 | ||
468 | // LR ******************************* | 468 | // LR ******************************* |
469 | // sync stuff! | 469 | // sync stuff! |
470 | QPopupMenu *syncMenu; | 470 | QPopupMenu *syncMenu; |
471 | KSyncManager* syncManager; | 471 | KSyncManager* syncManager; |
472 | int mGlobalSyncMode; | 472 | int mGlobalSyncMode; |
473 | bool synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBook* remote,int mode); | 473 | bool synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBook* remote,int mode); |
474 | KABC::Addressee getLastSyncAddressee(); | 474 | KABC::Addressee getLastSyncAddressee(); |
475 | QDateTime mLastAddressbookSync; | 475 | QDateTime mLastAddressbookSync; |
476 | int takeAddressee( KABC::Addressee* local, KABC::Addressee* remote, int mode , bool full ); | 476 | int takeAddressee( KABC::Addressee* local, KABC::Addressee* remote, int mode , bool full ); |
477 | // ********************* | 477 | // ********************* |
478 | 478 | ||
479 | }; | 479 | }; |
480 | 480 | ||
481 | #endif | 481 | #endif |