summaryrefslogtreecommitdiffstats
path: root/parts/documentation/plugins/chm/docchmplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-10-21 19:13:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-10-21 19:13:42 +0900
commit8f70b1fe6562378faefb612f4006545cdcf703ab (patch)
tree19256e4ff96aa6dfb9d73313ba91c87cb332cca1 /parts/documentation/plugins/chm/docchmplugin.cpp
parent847b6192a9eee538a6d62a0cbbbfffd5270744ac (diff)
downloadtdevelop-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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/documentation/plugins/chm/docchmplugin.cpp')
-rw-r--r--parts/documentation/plugins/chm/docchmplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/plugins/chm/docchmplugin.cpp b/parts/documentation/plugins/chm/docchmplugin.cpp
index 5acecce3..753705bd 100644
--- a/parts/documentation/plugins/chm/docchmplugin.cpp
+++ b/parts/documentation/plugins/chm/docchmplugin.cpp
@@ -51,9 +51,9 @@ DocCHMPlugin::~DocCHMPlugin()
}
-DocumentationCatalogItem* DocCHMPlugin::createCatalog(TDEListView* contents, const TQString& title, const TQString& url)
+DocumentationCatalogItem* DocCHMPlugin::createCatalog(TDEListView* contents, TDEListViewItem *after, const TQString& title, const TQString& url)
{
- DocumentationCatalogItem *item = new DocumentationCatalogItem(this, contents, title);
+ DocumentationCatalogItem *item = new DocumentationCatalogItem(this, contents, after, title);
item->setURL(KURL(url));
return item;