summaryrefslogtreecommitdiffstats
path: root/kjots/kjotsentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/kjotsentry.h')
-rw-r--r--kjots/kjotsentry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjots/kjotsentry.h b/kjots/kjotsentry.h
index 2967eb3..b949886 100644
--- a/kjots/kjotsentry.h
+++ b/kjots/kjotsentry.h
@@ -74,7 +74,7 @@ class KJotsEntryBase : public TQObject, public KListViewItem
TQ_UINT64 id() { return m_id; }
void setId(TQ_UINT64);
- KJotsBook *tqparentBook() { return m_parent; }
+ KJotsBook *parentBook() { return m_parent; }
void resetParent();
bool isBook() const { return m_isBook; }