diff options
author | Michele Calgaro <[email protected]> | 2014-10-21 19:13:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-10-21 19:13:42 +0900 |
commit | 8f70b1fe6562378faefb612f4006545cdcf703ab (patch) | |
tree | 19256e4ff96aa6dfb9d73313ba91c87cb332cca1 /parts/documentation/plugins/doxygen/docdoxygenplugin.h | |
parent | 847b6192a9eee538a6d62a0cbbbfffd5270744ac (diff) | |
download | tdevelop-8f70b1fe6562378faefb612f4006545cdcf703ab.tar.gz tdevelop-8f70b1fe6562378faefb612f4006545cdcf703ab.zip |
Sort documentation list in increasing alphabetical order.
Fixed KDE 2 handbook xml tags. This relates to bug 1859.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'parts/documentation/plugins/doxygen/docdoxygenplugin.h')
-rw-r--r-- | parts/documentation/plugins/doxygen/docdoxygenplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.h b/parts/documentation/plugins/doxygen/docdoxygenplugin.h index ebd4a540..afa57cf6 100644 --- a/parts/documentation/plugins/doxygen/docdoxygenplugin.h +++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.h @@ -35,7 +35,7 @@ public: virtual TQString pluginName() const; - virtual DocumentationCatalogItem *createCatalog(TDEListView *contents, const TQString &title, const TQString &url); + virtual DocumentationCatalogItem *createCatalog(TDEListView *contents, TDEListViewItem *after, const TQString &title, const TQString &url); virtual void createTOC(DocumentationCatalogItem* item); virtual void setCatalogURL(DocumentationCatalogItem* item); |