24 #ifndef FREEBUSYURLCONFIG_H
25 #define FREEBUSYURLCONFIG_H
27 #include <kdialogbase.h>
29 class FreeBusyUrlWidget;
36 class FreeBusyUrlDialog : public KDialogBase
42 const char *name = 0 );
48 FreeBusyUrlWidget *mWidget;
51 class FreeBusyUrlWidget : public TQWidget
57 const char *name = 0 );
|