summaryrefslogtreecommitdiffstats
path: root/karm/reportcriteria.h
diff options
context:
space:
mode:
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 66b5b8a0..e8b4c248 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