summaryrefslogtreecommitdiffstats
path: root/lib/pilotTodoEntry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pilotTodoEntry.cpp')
-rw-r--r--lib/pilotTodoEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilotTodoEntry.cpp b/lib/pilotTodoEntry.cpp
index 9d52ed8..9e396af 100644
--- a/lib/pilotTodoEntry.cpp
+++ b/lib/pilotTodoEntry.cpp
@@ -138,7 +138,7 @@ TQString PilotTodoEntry::getTextRepresentation(TQt::TextFormat richText)
if (!getIndefinite())
{
TQDate dt(readTm(getDueDate()).date());
- TQString dueDate(dt.toString(Qt::LocalDate));
+ TQString dueDate(dt.toString(TQt::LocalDate));
text+=par;
text+=i18n("Due date: %1").arg(dueDate);
text+=ps;