summaryrefslogtreecommitdiffstats
path: root/lib/pilotMemo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pilotMemo.h')
-rw-r--r--lib/pilotMemo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilotMemo.h b/lib/pilotMemo.h
index f4436ab..cc5389d 100644
--- a/lib/pilotMemo.h
+++ b/lib/pilotMemo.h
@@ -73,7 +73,7 @@ public:
~PilotMemo() { } ;
- virtual TQString getTextRepresentation(Qt::TextFormat richText);
+ virtual TQString getTextRepresentation(TQt::TextFormat richText);
TQString text(void) const { return fText; } ;
void setText(const TQString &text) { fText = text.left(MAX_MEMO_LEN); } ;
TQString getTitle(void) const ;