Go to the documentation of this file.
42#ifndef CALSELECTDIALOG_H
43#define CALSELECTDIALOG_H
45#include <kdialogbase.h>
49class 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 );
Namespace KCal is for global classes, objects and/or functions in libkcal.
|