From e44ffa51cff9f7228661a2bcaf1d98f7d084060d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 16 Nov 2020 18:36:16 +0100 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit b243598f2e3fe773f652207d97f85744d73d5290) --- tdelirc/kcmlirc/kcmlirc.cpp | 4 ++-- tdelirc/kcmlirc/kcmlirc.desktop | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdelirc') 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; } diff --git a/tdelirc/kcmlirc/kcmlirc.desktop b/tdelirc/kcmlirc/kcmlirc.desktop index cc5240d..90d2697 100644 --- a/tdelirc/kcmlirc/kcmlirc.desktop +++ b/tdelirc/kcmlirc/kcmlirc.desktop @@ -11,6 +11,6 @@ Terminal=false Type=Application X-TDE-FactoryName=kcmlirc X-TDE-Library=kcmlirc -X-TDE-ModuleType=Library -X-DocPath=kcmlirc/index.html +X-TDE-ParentApp=kcontrol +X-DocPath=kcontrol/kcmlirc/index.html Categories=Qt;TDE;X-TDE-settings-peripherals; -- cgit v1.2.1