From c4ae89b6d0b6dd0e7bb118442f936f5179098845 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 7 Mar 2012 17:55:33 -0600 Subject: Fix kcontrol branding issues. --- kioslave/man/kio_man.h | 4 ++-- kioslave/man/man2html.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kioslave') diff --git a/kioslave/man/kio_man.h b/kioslave/man/kio_man.h index 617245f80..3a0db59e6 100644 --- a/kioslave/man/kio_man.h +++ b/kioslave/man/kio_man.h @@ -90,8 +90,8 @@ private: TQString mySgml2RoffPath; void getProgramPath(); - TQCString m_htmlPath; ///< Path to KDE resources, encoded for HTML - TQCString m_cssPath; ///< Path to KDE resources, encoded for CSS + TQCString m_htmlPath; ///< Path to TDE resources, encoded for HTML + TQCString m_cssPath; ///< Path to TDE resources, encoded for CSS TQBuffer m_outputBuffer; ///< Buffer for the output TQString m_manCSSFile; ///< Path to kio_man.css }; diff --git a/kioslave/man/man2html.h b/kioslave/man/man2html.h index e4d19a87b..68b01efe9 100644 --- a/kioslave/man/man2html.h +++ b/kioslave/man/man2html.h @@ -12,10 +12,10 @@ void scan_man_page(const char *man_page); /** - * Set the paths to KDE resources + * Set the paths to TDE resources * - * \param htmlPath Path to the KDE resources, encoded for HTML - * \param cssPath Path to the KDE resources, encoded for CSS + * \param htmlPath Path to the TDE resources, encoded for HTML + * \param cssPath Path to the TDE resources, encoded for CSS * \since 3.5 * */ -- cgit v1.2.3