summaryrefslogtreecommitdiffstats
path: root/karm/printdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/printdialog.h')
-rw-r--r--karm/printdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/karm/printdialog.h b/karm/printdialog.h
index 6c2c4c58..089950f8 100644
--- a/karm/printdialog.h
+++ b/karm/printdialog.h
@@ -36,10 +36,10 @@ class PrintDialog : public KDialogBase
PrintDialog();
/* Return the from date entered. */
- QDate from() const;
+ TQDate from() const;
/* Return the to date entered. */
- QDate to() const;
+ TQDate to() const;
/* Whether to summarize per week */
bool perWeek() const;
@@ -52,9 +52,9 @@ class PrintDialog : public KDialogBase
private:
KDateEdit *_from, *_to;
- QCheckBox *_perWeek;
- QComboBox *_allTasks;
- QCheckBox *_totalsOnly;
+ TQCheckBox *_perWeek;
+ TQComboBox *_allTasks;
+ TQCheckBox *_totalsOnly;
};
#endif // KARM_PRINT_DIALOG_H