From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- karm/printdialog.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'karm/printdialog.h') 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 -- cgit v1.2.3