24 #ifndef ADDHOSTDIALOG_H 25 #define ADDHOSTDIALOG_H 27 #include <kdialogbase.h> 28 #include <tdeabc/ldapconfigwidget.h> 29 #include <libtdepim/ldapclient.h> 35 class AddHostDialog : public KDialogBase 41 AddHostDialog( KPIM::LdapServer* server, TQWidget* parent = 0, const char* name = 0 ); 48 void slotHostEditChanged( const TQString& ); 49 virtual void slotOk(); 51 TDEABC::LdapConfigWidget *mCfg; 52 KPIM::LdapServer *mServer; 55 #endif // ADDHOSTDIALOG_H
|