diff options
Diffstat (limited to 'khelpcenter/navigatoritem.cpp')
-rw-r--r-- | khelpcenter/navigatoritem.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/khelpcenter/navigatoritem.cpp b/khelpcenter/navigatoritem.cpp index e20d979b6..ad464bacb 100644 --- a/khelpcenter/navigatoritem.cpp +++ b/khelpcenter/navigatoritem.cpp @@ -102,4 +102,9 @@ void NavigatorItem::setOpen( bool open ) } } +TQString NavigatorItem::key( int column, bool ascending ) const +{ + return text( column ).lower(); +} + // vim:ts=2:sw=2:et |