diff options
Diffstat (limited to 'khelpcenter/navigatorappitem.cpp')
-rw-r--r-- | khelpcenter/navigatorappitem.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/khelpcenter/navigatorappitem.cpp b/khelpcenter/navigatorappitem.cpp index 2c175386c..f759a76ee 100644 --- a/khelpcenter/navigatorappitem.cpp +++ b/khelpcenter/navigatorappitem.cpp @@ -156,6 +156,11 @@ bool NavigatorAppItem::populate( bool recursive ) return entriesAdded; } +TQString NavigatorAppItem::key( int column, bool ascending ) const +{ + return text( column ).lower(); +} + TQString NavigatorAppItem::documentationURL( KService *s ) { TQString docPath = s->property( "DocPath" ).toString(); |