19 #ifndef KORG_EXCHANGE_H 20 #define KORG_EXCHANGE_H 23 #include <tqdatetime.h> 25 #include <korganizer/part.h> 27 #include <libkcal/incidence.h> 28 #include <libkcal/event.h> 30 #include <exchangeaccount.h> 31 #include <exchangeclient.h> 36 class Exchange : public KOrg::Part { 48 void enableIncidenceActions( bool ); 49 void calendarChanged(); 50 void calendarChanged( const TQDate&start, const TQDate&end); 58 void slotIncidenceSelected( Incidence * ); 62 void showError( int error, const TQString& moreInfo = TQString() ); 64 KPIM::ExchangeClient *mClient; 65 KPIM::ExchangeAccount* mAccount;
interface for korganizer main window
|