diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-24 12:36:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-25 11:51:31 +0900 |
| commit | cc08a7d830e03d85fc83e5b57eff37e81ebc6e3e (patch) | |
| tree | 0cdd93932fc122c95a79683bf22e99b814ecdaeb /doc/en | |
| parent | 228b7d8a601b6e77f4ee80deea5f5467db9d3b4f (diff) | |
| download | kplayer-cc08a7d8.tar.gz kplayer-cc08a7d8.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a144ecfd5b1e4864999412b026188f2843b9a3ee)
Diffstat (limited to 'doc/en')
| -rw-r--r-- | doc/en/howto-bug-reporting.docbook | 2 | ||||
| -rw-r--r-- | doc/en/howto-compilation.docbook | 6 | ||||
| -rw-r--r-- | doc/en/howto-installation.docbook | 4 | ||||
| -rw-r--r-- | doc/en/howto-troubleshooting.docbook | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/howto-bug-reporting.docbook b/doc/en/howto-bug-reporting.docbook index 9919426..879b801 100644 --- a/doc/en/howto-bug-reporting.docbook +++ b/doc/en/howto-bug-reporting.docbook @@ -43,7 +43,7 @@ a bug</ulink>, please include all of the following information.</para> <listitem><para>&kde;,</para></listitem> -<listitem><para>Qt,</para></listitem> +<listitem><para>TQt,</para></listitem> <listitem><para>XFree,</para></listitem> diff --git a/doc/en/howto-compilation.docbook b/doc/en/howto-compilation.docbook index c567a4b..d5d287a 100644 --- a/doc/en/howto-compilation.docbook +++ b/doc/en/howto-compilation.docbook @@ -1,7 +1,7 @@ <sect1 id="howto-compilation"> <title>Compiling from source</title> -<para>First, download and install development packages for &kde;, Qt, and X11. +<para>First, download and install development packages for &tde;, TQt, and X11. Those should be available in your distribution, for example in Debian the package names are <literal>tdelibs-trinity-dev</literal>, <literal>libtqt-mt-dev</literal> and <literal>xlibs-dev</literal>. You may need @@ -131,8 +131,8 @@ url="http://linux.tosovsky.info/exec.php?show=kplayeren">English</ulink>.</para> <para><userinput><command>./configure</command> <option>--prefix=`tde-config --prefix`</option> <option>--enable-libsuffix=64</option> -<option>--with-qt-includes=/usr/lib64/qt-3.3/include</option> -<option>--with-qt-libraries=/usr/lib64/qt-3.3/lib</option></userinput></para> +<option>--with-tqt-includes=/usr/lib64/tqt-3.3/include</option> +<option>--with-tqt-libraries=/usr/lib64/tqt-3.3/lib</option></userinput></para> <para>all on one line of course.</para> diff --git a/doc/en/howto-installation.docbook b/doc/en/howto-installation.docbook index 5dad72d..1e74057 100644 --- a/doc/en/howto-installation.docbook +++ b/doc/en/howto-installation.docbook @@ -58,11 +58,11 @@ micro-HOWTO</link> if you want to use a different video output.</para> </sect3> <sect3 id="howto-installation-kde"> -<title>Qt and KDE</title> +<title>TQt and TDE</title> <para>&kplayer; 0.6 supports &kde; 3.1 and later, so you need to either run a relatively recent &kde; (recommended) or at least have &kde; libraries and the -corresponding Qt libraries on your system.</para> +corresponding TQt libraries on your system.</para> </sect3> diff --git a/doc/en/howto-troubleshooting.docbook b/doc/en/howto-troubleshooting.docbook index a68007d..e77b1c5 100644 --- a/doc/en/howto-troubleshooting.docbook +++ b/doc/en/howto-troubleshooting.docbook @@ -104,8 +104,8 @@ with the X development package. So look for a package in your distribution that has files like X.h and XEvent.h. For example, on Debian it is called <literal>xlibs-dev</literal>.</para> -<para>Similarly, if <command>configure</command> complains about missing Qt -files, you need to find and install the Qt development package. If you look +<para>Similarly, if <command>configure</command> complains about missing TQt +files, you need to find and install the TQt development package. If you look in the <filename>config.log</filename>, it will probably tell you the exact name of the file it couldn't find, somewhere near the bottom. The <filename>config.log</filename> file is quite verbose, so you would have to |
