24 #ifndef KMAIL_PLUGIN_H
25 #define KMAIL_PLUGIN_H
28 #include <kparts/part.h>
30 #include "kmailIface_stub.h"
33 #include <uniqueapphandler.h>
41 KMailUniqueAppHandler( Kontact::Plugin* plugin ) : Kontact::UniqueAppHandler( plugin ) {}
52 KMailPlugin( Kontact::Core *core, const char *name, const TQStringList& );
58 virtual TQString tipFile() const;
59 int weight() const { return 200; }
65 void loadProfile( const TQString& profileDirectory );
68 void saveToProfile( const TQString& profileDirectory );
72 void openComposer( const KURL& = KURL() );
73 void openComposer( const TQString& to );
80 void slotSyncFolders();
83 KMailIface_stub *mStub;
|