summaryrefslogtreecommitdiffstats
path: root/karm/printdialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /karm/printdialog.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 6c2c4c581..089950f8e 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