diff options
Diffstat (limited to 'khelpcenter/navigatorappitem.h')
-rw-r--r-- | khelpcenter/navigatorappitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/khelpcenter/navigatorappitem.h b/khelpcenter/navigatorappitem.h index ddebe964a..c89e1de77 100644 --- a/khelpcenter/navigatorappitem.h +++ b/khelpcenter/navigatorappitem.h @@ -43,6 +43,7 @@ class NavigatorAppItem : public NavigatorItem virtual void setOpen(bool); bool populate( bool recursive = false ); + virtual TQString key( int column, bool ascending ) const; protected: TQString documentationURL( KService *s ); |