24 #ifndef KADDRESSBOOKMAIN_H
25 #define KADDRESSBOOKMAIN_H
27 #include <tqptrlist.h>
29 #include <tdeaction.h>
30 #include <tdeapplication.h>
31 #include <tdemainwindow.h>
33 #include "kaddressbookiface.h"
55 virtual void addEmail( TQString addr );
56 virtual void importVCard(
const KURL& url );
57 virtual void importVCardFromData(
const TQString& vCard );
59 virtual ASYNC showContactEditor( TQString uid );
61 virtual void showContactEditor( TQString uid );
63 virtual void newContact();
64 virtual void newDistributionList();
65 virtual TQString getNameByPhone( TQString phone );
68 virtual bool handleCommandLine();
69 virtual void syncAllResources();
87 virtual bool queryClose();
90 void loadProfile(
const TQString& path );
93 void saveToProfile(
const TQString& path )
const;
96 void configureKeyBindings();
97 void configureToolbars();
98 void newToolbarConfig();
void readProperties(TDEConfig *)
This function is called when this app is restored.
This class serves as the main window for KAddressBook.
void saveProperties(TDEConfig *)
This function is called when it is time for the app to save its properties for session management pur...