33 #ifndef KNOTESNETSEND_H
34 #define KNOTESNETSEND_H
36 #include <tqcstring.h>
38 #include <kbufferedsocket.h>
39 #include <tdesocketaddress.h>
41 using namespace KNetwork;
43 class KNotesNetworkSender : public KNetwork::TDEBufferedSocket
48 KNotesNetworkSender( const TQString& host, int port );
50 void setSenderId( const TQString& sender );
51 void setNote( const TQString& title, const TQString& text );
54 void slotConnected( const KResolverEntry& );
55 void slotError( int );
58 void slotReadyWrite();
|