33 #ifndef KNOTEHOSTDLG_H 34 #define KNOTEHOSTDLG_H 36 #include <kdialogbase.h> 49 KNoteHostDlg( const TQString& caption, TQWidget *parent=0, const char *name=0 ); 52 TQString host() const; 55 void slotTextChanged( const TQString & ); 58 KHistoryCombo *m_hostCombo; A dialog to request a hostname or IP address.
|