diff options
Diffstat (limited to 'tests/testdatebook.cc')
-rw-r--r-- | tests/testdatebook.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc index 8e6cc55..5cc0b7d 100644 --- a/tests/testdatebook.cc +++ b/tests/testdatebook.cc @@ -79,7 +79,7 @@ int main(int argc, char **argv) { DEBUGKPILOT << "# Record @" << (void *)r << " ID=" << r->id() << endl; PilotDateEntry a( r ); - DEBUGKPILOT << "# Text Representation:" << endl << a.getTextRepresentation(Qt::PlainText) << endl; + DEBUGKPILOT << "# Text Representation:" << endl << a.getTextRepresentation(TQt::PlainText) << endl; DEBUGKPILOT << "# Category#" << a.category() << endl; DEBUGKPILOT << "# Category Label " << appinfo.categoryName(a.category()) << endl; DEBUGKPILOT << "# ID " << a.id() << endl; |