summaryrefslogtreecommitdiffstats
path: root/karm/reportcriteria.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/reportcriteria.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/reportcriteria.h')
-rw-r--r--karm/reportcriteria.h10
1 files changed, 5 insertions, 5 deletions
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 <qdatetime.h>
+#include <tqdatetime.h>
#include <kurl.h>
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