24 #ifndef IMADDRESSWIDGET_H 25 #define IMADDRESSWIDGET_H 27 #include <tqvaluelist.h> 29 #include "imaddressbase.h" 30 #include "imeditorwidget.h" 48 IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols); 49 IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols, 50 KPluginInfo *protocol, const TQString& address, 51 const IMContext& context = Any ); 53 KPluginInfo * protocol() const; 54 IMContext context() const; 55 TQString address() const ; 56 TQValueList<KPluginInfo *> mProtocols; 59 void inValidState( bool ); 68 void slotProtocolChanged(); 69 void slotAddressChanged( const TQString &text );
|