diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:55:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 20:59:03 +0900 |
| commit | 255ec90652e66d27443b5506c4c08e93d3cf0b5a (patch) | |
| tree | 4692841a43093287f1eb691d63282afcab546e21 /lib/pilotTodoEntry.cpp | |
| parent | 1a31fdd3d3ee375e5e104f2e6577939216bed7c6 (diff) | |
| download | kpilot-255ec90652e66d27443b5506c4c08e93d3cf0b5a.tar.gz kpilot-255ec90652e66d27443b5506c4c08e93d3cf0b5a.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 26c96fa9fb6cc8983ae6e94f5b2d606c70f09297)
Diffstat (limited to 'lib/pilotTodoEntry.cpp')
| -rw-r--r-- | lib/pilotTodoEntry.cpp | 2 |
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; |
