summaryrefslogtreecommitdiffstats
path: root/tdelirc/kcmlirc/kcmlirc.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-16 18:36:16 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-16 18:36:16 +0100
commitb243598f2e3fe773f652207d97f85744d73d5290 (patch)
treedf19385ed5111dcf8b8bef363723bd9da51d73f8 /tdelirc/kcmlirc/kcmlirc.cpp
parent5c212d1abc9b736b22c9432b45486914d3f31359 (diff)
downloadtdeutils-b243598f2e3fe773f652207d97f85744d73d5290.tar.gz
tdeutils-b243598f2e3fe773f652207d97f85744d73d5290.zip
Move the tdelirc manuals to the directory level in which they are installed.
The manual for the tdelirc control center module is moved to KControl. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdelirc/kcmlirc/kcmlirc.cpp')
-rw-r--r--tdelirc/kcmlirc/kcmlirc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdelirc/kcmlirc/kcmlirc.cpp b/tdelirc/kcmlirc/kcmlirc.cpp
index e1f35e3..512d10d 100644
--- a/tdelirc/kcmlirc/kcmlirc.cpp
+++ b/tdelirc/kcmlirc/kcmlirc.cpp
@@ -530,9 +530,9 @@ TQString KCMLirc::handbookDocPath() const
{
int index = theKCMLircBase->tabWidget2->currentPageIndex();
if (index == 0)
- return "kcmlirc/usage.html";
+ return "kcontrol/kcmlirc/usage.html";
else if (index == 1)
- return "kcmlirc/extensions.html";
+ return "kcontrol/kcmlirc/extensions.html";
else
return TQString::null;
}