diff options
author | Timothy Pearson <[email protected]> | 2014-10-04 14:02:26 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-04 14:02:26 -0500 |
commit | c2924536202aff0de054bab984c7305ee9eca1c9 (patch) | |
tree | 146a901a86130cedf5a3ea74fe12f701ff34f1f8 /khelpcenter/navigatoritem.h | |
parent | 88a2e255141f97ac65c65fd89b5ef9a30b9138c4 (diff) | |
download | tdebase-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/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; |