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/reportcriteria.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'karm/reportcriteria.h') diff --git a/karm/reportcriteria.h b/karm/reportcriteria.h index 66b5b8a02..e8b4c248e 100644 --- a/karm/reportcriteria.h +++ b/karm/reportcriteria.h @@ -21,7 +21,7 @@ #ifndef REPORTCRITERIA_H #define REPORTCRITERIA_H -#include +#include #include class QString; @@ -57,12 +57,12 @@ class ReportCriteria /** For history reports, the lower bound of the date range to report on. */ - QDate from; + TQDate from; /** For history reports, the upper bound of the date range to report on. */ - QDate to; + TQDate to; /** True if the report should contain all tasks in Karm. @@ -80,12 +80,12 @@ class ReportCriteria /** The delimiter to use when outputting comma-seperated value reports. */ - QString delimiter; + TQString delimiter; /** The quote to use for text fields when outputting comma-seperated reports. */ - QString quote; + TQString quote; }; #endif -- cgit v1.2.1