diff options
author | Michele Calgaro <[email protected]> | 2024-02-24 12:36:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-24 12:36:05 +0900 |
commit | a144ecfd5b1e4864999412b026188f2843b9a3ee (patch) | |
tree | 559f32e6d3ea4d6d7784155e3c13f5052c78157a /doc/es | |
parent | e9d5a656031f7b46ecca41f6234dfbd08e767f34 (diff) | |
download | kplayer-a144ecfd5b1e4864999412b026188f2843b9a3ee.tar.gz kplayer-a144ecfd5b1e4864999412b026188f2843b9a3ee.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/es')
-rw-r--r-- | doc/es/howto-bug-reporting.docbook | 2 | ||||
-rw-r--r-- | doc/es/howto-compilation.docbook | 6 | ||||
-rw-r--r-- | doc/es/howto-installation.docbook | 4 | ||||
-rw-r--r-- | doc/es/howto-troubleshooting.docbook | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/es/howto-bug-reporting.docbook b/doc/es/howto-bug-reporting.docbook index f0af80a..db34d49 100644 --- a/doc/es/howto-bug-reporting.docbook +++ b/doc/es/howto-bug-reporting.docbook @@ -58,7 +58,7 @@ <listitem ><para ->Qt.</para +>TQt.</para ></listitem> <listitem diff --git a/doc/es/howto-compilation.docbook b/doc/es/howto-compilation.docbook index 3bbfafd..58d3c00 100644 --- a/doc/es/howto-compilation.docbook +++ b/doc/es/howto-compilation.docbook @@ -3,7 +3,7 @@ >Compilar a partir del código</title> <para ->En primer lugar, descargue e instale los paquetes de desarrollo para &kde;, Qt y X11. Éstos deberían estar disponibles en su distribución, por ejemplo, en Debian los nombres de los paquetes son <literal +>En primer lugar, descargue e instale los paquetes de desarrollo para &tde;, TQt y X11. Éstos deberían estar disponibles en su distribución, por ejemplo, en Debian los nombres de los paquetes son <literal >tdelibs-trinity-dev</literal >, <literal >libtqt-mt-dev</literal @@ -253,9 +253,9 @@ > <option >--enable-libsuffix=64</option > <option ->--with-qt-includes=/usr/lib64/qt-3.3/include</option +>--with-tqt-includes=/usr/lib64/tqt-3.3/include</option > <option ->--with-qt-libraries=/usr/lib64/qt-3.3/lib</option +>--with-tqt-libraries=/usr/lib64/tqt-3.3/lib</option ></userinput ></para> diff --git a/doc/es/howto-installation.docbook b/doc/es/howto-installation.docbook index 17622c9..6df0b1c 100644 --- a/doc/es/howto-installation.docbook +++ b/doc/es/howto-installation.docbook @@ -102,10 +102,10 @@ <sect3 id="howto-installation-kde"> <title ->Qt y KDE</title> +>TQt y TDE</title> <para ->&kplayer; 0.5 soporta &kde; 3.1.x, 3.2.x y 3.3.x, por ello necesita ejecutar un &kde; relativamente reciente (recomendado) o al menos tener bibliotecas de &kde; y las correspondientes bibliotecas Qt en su sistema.</para> +>&kplayer; 0.5 soporta &kde; 3.1.x, 3.2.x y 3.3.x, por ello necesita ejecutar un &kde; relativamente reciente (recomendado) o al menos tener bibliotecas de &kde; y las correspondientes bibliotecas TQt en su sistema.</para> </sect3> diff --git a/doc/es/howto-troubleshooting.docbook b/doc/es/howto-troubleshooting.docbook index 043c756..9d0f555 100644 --- a/doc/es/howto-troubleshooting.docbook +++ b/doc/es/howto-troubleshooting.docbook @@ -147,7 +147,7 @@ <para >De forma similar, si <command >configure</command -> se queja de que faltan archivos Qt, necesita encontrar e instalar el paquete de desarrollo de Qt. Si busca en el <filename +> se queja de que faltan archivos TQt, necesita encontrar e instalar el paquete de desarrollo de TQt. Si busca en el <filename >config.log</filename >, probablemente le indicará el nombre exacto del archivo que no pudo encontrar, generalmente cerca del final. El archivo <filename >config.log</filename |