summaryrefslogtreecommitdiffstats
path: root/libkcal/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/journal.h')
-rw-r--r--libkcal/journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/journal.h b/libkcal/journal.h
index 4307c2414..52d2d8dd3 100644
--- a/libkcal/journal.h
+++ b/libkcal/journal.h
@@ -40,7 +40,7 @@ class LIBKCAL_EXPORT Journal : public Incidence
bool accept( Visitor &v ) { return v.visit(this); }
bool operator==( const Journal& ) const;
- QCString type() const { return "Journal"; }
+ TQCString type() const { return "Journal"; }
/**
Return copy of this Journal. The caller owns the returned object.