diff options
Diffstat (limited to 'khelpcenter/navigatoritem.h')
-rw-r--r-- | khelpcenter/navigatoritem.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/khelpcenter/navigatoritem.h b/khelpcenter/navigatoritem.h index e460f8208..7808b9cda 100644 --- a/khelpcenter/navigatoritem.h +++ b/khelpcenter/navigatoritem.h @@ -49,12 +49,14 @@ class NavigatorItem : public TQListViewItem TOC *toc() const { return mToc; } TOC *createTOC(); - + void setOpen( bool open ); + virtual TQString key( int column, bool ascending ) const; + private: void init( DocEntry * ); - + TOC *mToc; DocEntry *mEntry; |