diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pilotDateEntry.h | 2 | ||||
| -rw-r--r-- | lib/pilotTodoEntry.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lib/pilotDateEntry.h b/lib/pilotDateEntry.h index d960a22..34deb78 100644 --- a/lib/pilotDateEntry.h +++ b/lib/pilotDateEntry.h @@ -91,7 +91,7 @@ public:  	PilotDateEntry& operator=(const PilotDateEntry &e);  	/** Create a textual representation (human-readable) of this appointment. -	* If @p richText is true, then the text representation uses qt style +	* If @p richText is true, then the text representation uses tqt style  	* tags as well.  	*/  	TQString getTextRepresentation(TQt::TextFormat richText); diff --git a/lib/pilotTodoEntry.h b/lib/pilotTodoEntry.h index 89f0e06..e6bb05d 100644 --- a/lib/pilotTodoEntry.h +++ b/lib/pilotTodoEntry.h @@ -70,7 +70,7 @@ public:  	}  	/** Return a string for the ToDo item. If @param richText is true, then -	* use qt style markup to make the string clearer when displayed. +	* use tqt style markup to make the string clearer when displayed.  	*/  	TQString getTextRepresentation(TQt::TextFormat richText); | 
