Go to the documentation of this file.
42 #ifndef CALSELECTDIALOG_H
43 #define CALSELECTDIALOG_H
45 #include <kdialogbase.h>
49 class CalSelectDialog : public KDialogBase
52 CalSelectDialog( const TQString &caption, const TQString &label,
53 const TQStringList &list );
56 static TQString getItem( const TQString &caption, const TQString &label,
57 const TQStringList &list );
60 virtual void closeEvent( TQCloseEvent *event );
|