22 #ifndef KARM_PRINT_DIALOG_H 23 #define KARM_PRINT_DIALOG_H 25 #include <kdialogbase.h> 26 #include <libtdepim/kdateedit.h> 31 class PrintDialog : public KDialogBase 49 bool allTasks() const; 52 bool totalsOnly() const; 55 KDateEdit *_from, *_to; 57 TQComboBox *_allTasks; 58 TQCheckBox *_totalsOnly; 61 #endif // KARM_PRINT_DIALOG_H
|