summaryrefslogtreecommitdiffstats
path: root/khelpcenter/navigatorappitem.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-04 14:02:26 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-04 14:02:26 -0500
commitc2924536202aff0de054bab984c7305ee9eca1c9 (patch)
tree146a901a86130cedf5a3ea74fe12f701ff34f1f8 /khelpcenter/navigatorappitem.h
parent88a2e255141f97ac65c65fd89b5ef9a30b9138c4 (diff)
downloadtdebase-c2924536202aff0de054bab984c7305ee9eca1c9.tar.gz
tdebase-c2924536202aff0de054bab984c7305ee9eca1c9.zip
Sort non-root entries in KHelpCenter
Make KHelpCenter entry sorting case-insensitive This resolves Bug 1849
Diffstat (limited to 'khelpcenter/navigatorappitem.h')
-rw-r--r--khelpcenter/navigatorappitem.h1
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 );