qt -> tqt conversion:

QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 6 years ago
parent 9701cb7daa
commit 9de3a4ef5c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -569,7 +569,7 @@
ADDED: popular urls is now persistent ADDED: popular urls is now persistent
ADDED: popular-urls - krusader's answer to google-ranking ;-) ADDED: popular-urls - krusader's answer to google-ranking ;-)
ADDED: better completion in the origin box: constructs such as ~/src and ADDED: better completion in the origin box: constructs such as ~/src and
$QTDIR/bin should work now. $TQTDIR/bin should work now.
ADDED: Slovenian translation (thanks Matej Urbancic) ADDED: Slovenian translation (thanks Matej Urbancic)
ADDED: bookmarks can now be placed into toolbars ADDED: bookmarks can now be placed into toolbars
ADDED: searcher, feed to listbox (with virtual folders) ADDED: searcher, feed to listbox (with virtual folders)

2
FAQ

@ -236,7 +236,7 @@ Installation FAQ
copy the krusaderui.rc file from the package krusader_trinity/krusader/ copy the krusaderui.rc file from the package krusader_trinity/krusader/
krusaderui.rc to $TDEDIR/share/apps/krusader/krusaderui.rc and ~/.trinity/ krusaderui.rc to $TDEDIR/share/apps/krusader/krusaderui.rc and ~/.trinity/
share/apps/krusader/krusaderui.rc and re-run Krusader. If you have compiled share/apps/krusader/krusaderui.rc and re-run Krusader. If you have compiled
Krusader from sources this is often caused if the TDEDIR_-_QTDIR Krusader from sources this is often caused if the TDEDIR_-_TQTDIR
environment variables are not correctly set. The result is that the environment variables are not correctly set. The result is that the
krusaderui.rc file is installed in the wrong directory. Please read the krusaderui.rc file is installed in the wrong directory. Please read the
following question, as well. following question, as well.

@ -250,7 +250,7 @@ If you are looking for older releases we recommend the Sourceforge_mirrors,
available from our project page. available from our project page.
Compiling and Installing Compiling and Installing
Compiling Krusader. What now? Compiling Krusader. What now?
Check the environment variables TDEDIR_-_QTDIR. Check the environment variables TDEDIR_-_TQTDIR.
To compile and install Krusader on your system, type the following in the base To compile and install Krusader on your system, type the following in the base
directory of the Krusader package: directory of the Krusader package:
$ ./configure $ ./configure
@ -268,7 +268,7 @@ Debian
These instructions should work as well on Debian® based distributions like: These instructions should work as well on Debian® based distributions like:
Ubuntu®, Kubuntu®, Linspire®, Kanotix®, ... Ubuntu®, Kubuntu®, Linspire®, Kanotix®, ...
Add the next lines in the ~/.bashrc configuration file Add the next lines in the ~/.bashrc configuration file
export QTDIR=/usr export TQTDIR=/usr
export TDEDIR=/usr export TDEDIR=/usr
export export TDEDIRS=/opt/krusader:/usr export export TDEDIRS=/opt/krusader:/usr
Install the build_dependencies for Krusader Install the build_dependencies for Krusader
@ -347,14 +347,14 @@ the FAQ. If the problem persists, use the help_request to ask for help.
$ rm krusader-x.xx.tar.gz $ rm krusader-x.xx.tar.gz
6. Change to the directory containing the sources. 6. Change to the directory containing the sources.
$ cd krusader-x.xx $ cd krusader-x.xx
7. Check the environment variables QTDIRand TDEDIR. Krusader's ./configure 7. Check the environment variables TQTDIRand TDEDIR. Krusader's ./configure
script needs to know where the Qt&#8482; and KDE directories are. script needs to know where the Qt&#8482; and KDE directories are.
QTDIR: <path to your Qt installation> e.g. /usr/lib/qt3 or /usr/qt3 TQTDIR: <path to your Qt installation> e.g. /usr/lib/qt3 or /usr/qt3
TDEDIR: <path to your KDE installation> e.g. /usr or /opt/trinity TDEDIR: <path to your KDE installation> e.g. /usr or /opt/trinity
Normally your distribution will set them for you, but experience has Normally your distribution will set them for you, but experience has
shown that some do not. You can easily check the values with the echo shown that some do not. You can easily check the values with the echo
command. command.
$ echo $QTDIR/usr/lib/qt3 $ echo $TQTDIR/usr/lib/qt3
$ echo $TDEDIR/usr $ echo $TDEDIR/usr
If both commands give an output, the enviroment variables are set (the If both commands give an output, the enviroment variables are set (the
above example are the settings of Mandriva®-Linux®). In case you receive above example are the settings of Mandriva®-Linux®). In case you receive
@ -366,10 +366,10 @@ the FAQ. If the problem persists, use the help_request to ask for help.
/usr/lib/qt3/bin/qtconfig /usr/lib/qt3/bin/qtconfig
$ find /usr /opt -name tdeinit -type f 2>/dev/null $ find /usr /opt -name tdeinit -type f 2>/dev/null
/usr/bin/tdeinit /usr/bin/tdeinit
In this case /usr/lib/qt3 is your QTDIR and /usr is your TDEDIR. The In this case /usr/lib/qt3 is your TQTDIR and /usr is your TDEDIR. The
installed binaries will go to /usr/bin. Now we will set the enviroment installed binaries will go to /usr/bin. Now we will set the enviroment
variables with the export command. variables with the export command.
$ export QTDIR=<replace with your QTDIR> $ export TQTDIR=<replace with your TQTDIR>
$ export TDEDIR=<replace with your TDEDIR> $ export TDEDIR=<replace with your TDEDIR>
**** Note **** **** Note ****
These enviroment variables are only set for the lifetime of your current These enviroment variables are only set for the lifetime of your current
@ -434,7 +434,7 @@ the FAQ. If the problem persists, use the help_request to ask for help.
qt_libraries: /usr/lib/qt3/lib qt_libraries: /usr/lib/qt3/lib
tqt_includes: /usr/lib/qt3/include tqt_includes: /usr/lib/qt3/include
TDEDIR: /usr TDEDIR: /usr
QTDIR: /usr/lib/qt3 TQTDIR: /usr/lib/qt3
Install path: /usr/local/bin Install path: /usr/local/bin
krusader version: 1.80.0 krusader version: 1.80.0
krusader binary: /usr/local/bin/krusader (after 'make install') krusader binary: /usr/local/bin/krusader (after 'make install')
@ -448,7 +448,7 @@ the FAQ. If the problem persists, use the help_request to ask for help.
At the end of the ./configure script you will find a summary of the most At the end of the ./configure script you will find a summary of the most
important settings, e.g. where the Krusader binary will be installed important settings, e.g. where the Krusader binary will be installed
(after the 'make install' command). This part will also display a warning (after the 'make install' command). This part will also display a warning
if the environment variables TDEDIR_-_QTDIR are empty. if the environment variables TDEDIR_-_TQTDIR are empty.
Since Krusader-1.70.0 ./configure has two specific Krusader options: Since Krusader-1.70.0 ./configure has two specific Krusader options:
* ./configure --without-konqueror: build Krusader without support * ./configure --without-konqueror: build Krusader without support
Konqueror's servicemenus, default=with. This means that Konqueror's Konqueror's servicemenus, default=with. This means that Konqueror's

@ -119,7 +119,7 @@ Notice: if you've got bugs to report, please do so using Krusader's
Installation Installation
============ ============
Check the environment variables TDEDIR - QTDIR. Check the environment variables TDEDIR - TQTDIR.
Unpack the tarball and go to the Krusader source directory. Unpack the tarball and go to the Krusader source directory.
If you have downloaded from CVS you will have to run the following If you have downloaded from CVS you will have to run the following

@ -296,7 +296,7 @@ EOT
dnl ------------------------------------------------------------------------ dnl ------------------------------------------------------------------------
dnl Find the meta object compiler and the ui compiler in the PATH, dnl Find the meta object compiler and the ui compiler in the PATH,
dnl in $QTDIR/bin, and some more usual places dnl in $TQTDIR/bin, and some more usual places
dnl ------------------------------------------------------------------------ dnl ------------------------------------------------------------------------
dnl dnl
AC_DEFUN([AC_PATH_TQT_MOC_UIC], AC_DEFUN([AC_PATH_TQT_MOC_UIC],
@ -1223,16 +1223,16 @@ else
fi fi
if test $kde_qtver = 4; then if test $kde_qtver = 4; then
kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4" kde_qt_dirs="$TQTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
fi fi
if test $kde_qtver = 3; then if test $kde_qtver = 3; then
kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3" kde_qt_dirs="$TQTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
fi fi
if test $kde_qtver = 2; then if test $kde_qtver = 2; then
kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt" kde_qt_dirs="$TQTDIR /usr/lib/qt2 /usr/lib/qt"
fi fi
if test $kde_qtver = 1; then if test $kde_qtver = 1; then
kde_qt_dirs="$QTDIR /usr/lib/qt" kde_qt_dirs="$TQTDIR /usr/lib/qt"
fi fi
]) ])
@ -5533,10 +5533,10 @@ if test "${with_qt_dir+set}" = set; then
kde_qtdir="$with_qt_dir" kde_qtdir="$with_qt_dir"
fi fi
AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR) AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $TQTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], TQTDOCDIR)
AC_MSG_RESULT($QTDOCDIR) AC_MSG_RESULT($TQTDOCDIR)
AC_SUBST(QTDOCDIR) AC_SUBST(TQTDOCDIR)
KDE_FIND_PATH(dot, DOT, [], []) KDE_FIND_PATH(dot, DOT, [], [])
if test -n "$DOT"; then if test -n "$DOT"; then
@ -5554,7 +5554,7 @@ AC_SUBST(DOXYGEN_PROJECT_NAME)
AC_SUBST(DOXYGEN_PROJECT_NUMBER) AC_SUBST(DOXYGEN_PROJECT_NUMBER)
KDE_HAS_DOXYGEN=no KDE_HAS_DOXYGEN=no
if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $TQTDOCDIR/qsql.html; then
KDE_HAS_DOXYGEN=yes KDE_HAS_DOXYGEN=yes
fi fi
AC_SUBST(KDE_HAS_DOXYGEN) AC_SUBST(KDE_HAS_DOXYGEN)

@ -209,7 +209,7 @@ AC_CONFIG_FILES([ tar/Makefile ])
AC_CONFIG_FILES([ virt/Makefile ]) AC_CONFIG_FILES([ virt/Makefile ])
AC_OUTPUT AC_OUTPUT
# added manualy, it dumps a summary of the most important settings # added manualy, it dumps a summary of the most important settings
# and displays a warning if the TDEDIR or QTDIR is empty # and displays a warning if the TDEDIR or TQTDIR is empty
echo " echo "
Krusader Project: Krusader Project:
----------------- -----------------
@ -224,7 +224,7 @@ Krusader Project:
qt_libraries: ${ac_qt_libraries} qt_libraries: ${ac_qt_libraries}
tqt_includes: ${ac_tqt_includes} tqt_includes: ${ac_tqt_includes}
TDEDIR: ${TDEDIR} TDEDIR: ${TDEDIR}
QTDIR: ${QTDIR} TQTDIR: ${TQTDIR}
Install path: ${prefix}/bin Install path: ${prefix}/bin
krusader version: ${VERSION} krusader version: ${VERSION}
krusader binary: ${prefix}/bin/${PACKAGE} (after 'make install') krusader binary: ${prefix}/bin/${PACKAGE} (after 'make install')
@ -288,8 +288,8 @@ if (test -z "$TDEDIR");
then echo "WARNING: TDEDIR enviroment variable is empty! Please read Krusader FAQ" then echo "WARNING: TDEDIR enviroment variable is empty! Please read Krusader FAQ"
fi fi
if (test -z "$QTDIR"); if (test -z "$TQTDIR");
then echo "WARNING: QTDIR enviroment variable is empty! Please read Krusader FAQ" then echo "WARNING: TQTDIR enviroment variable is empty! Please read Krusader FAQ"
fi fi
echo "" echo ""
echo "Good - your configure finished. Start make now" echo "Good - your configure finished. Start make now"

@ -217,7 +217,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf
<!ENTITY syncdirs-lnk '<link linkend="synchronizer">Synchronize Directories</link>'> <!ENTITY syncdirs-lnk '<link linkend="synchronizer">Synchronize Directories</link>'>
<!ENTITY splitfile-lnk '<link linkend="splitter">Split file</link>'> <!ENTITY splitfile-lnk '<link linkend="splitter">Split file</link>'>
<!ENTITY combinefiles-lnk '<link linkend="splitter">Combine files</link>'> <!ENTITY combinefiles-lnk '<link linkend="splitter">Combine files</link>'>
<!ENTITY kdeqtdir-lnk '<link linkend="kde_qt_dir"><envar>TDEDIR</envar> - <envar>QTDIR</envar></link>'> <!ENTITY kdeqtdir-lnk '<link linkend="kde_qt_dir"><envar>TDEDIR</envar> - <envar>TQTDIR</envar></link>'>
<!ENTITY useractions-lnk '<link linkend="useractions">UserActions</link>'> <!ENTITY useractions-lnk '<link linkend="useractions">UserActions</link>'>
<!ENTITY usermenu-lnk '<link linkend="useractions">User Menu</link>'> <!ENTITY usermenu-lnk '<link linkend="useractions">User Menu</link>'>
<!ENTITY faq-lnk '<link linkend="faq">FAQ</link>'> <!ENTITY faq-lnk '<link linkend="faq">FAQ</link>'>

@ -430,7 +430,7 @@
<para>Add the next lines in the <filename>~/.bashrc</filename> configuration file <para>Add the next lines in the <filename>~/.bashrc</filename> configuration file
<screen> <screen>
<userinput><command>export</command> <option>QTDIR=/usr</option></userinput> <userinput><command>export</command> <option>TQTDIR=/usr</option></userinput>
<userinput><command>export</command> <option>TDEDIR=/usr</option></userinput> <userinput><command>export</command> <option>TDEDIR=/usr</option></userinput>
<userinput><command>export</command> <option>export TDEDIRS=/opt/krusader:/usr</option></userinput> <userinput><command>export</command> <option>export TDEDIRS=/opt/krusader:/usr</option></userinput>
</screen> </screen>
@ -595,13 +595,13 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
</listitem> </listitem>
<listitem id="kde_qt_dir"> <listitem id="kde_qt_dir">
<para>Check the environment variables <para>Check the environment variables
<envar>QTDIR</envar>and <envar>TQTDIR</envar>and
<envar>TDEDIR</envar>. &krusader;'s <envar>TDEDIR</envar>. &krusader;'s
<command>./configure</command> script needs to know where <command>./configure</command> script needs to know where
the &Qt; and &kde; directories the &Qt; and &kde; directories
are.</para> are.</para>
<para> <para>
<envar>QTDIR</envar>: <envar>TQTDIR</envar>:
<replaceable>&lt;path to your Qt <replaceable>&lt;path to your Qt
installation&gt;</replaceable> &eg; installation&gt;</replaceable> &eg;
<filename>/usr/lib/qt3</filename> or <filename>/usr/lib/qt3</filename> or
@ -616,7 +616,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
but experience has shown that some do not. You can easily but experience has shown that some do not. You can easily
check the values with the check the values with the
<command>echo</command> command. <command>echo</command> command.
<screen><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput>/usr/lib/qt3 <screen><prompt>$</prompt> <userinput><command>echo</command> $TQTDIR</userinput>/usr/lib/qt3
<prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput>/usr</screen> <prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput>/usr</screen>
If both commands give an output, the enviroment variables If both commands give an output, the enviroment variables
@ -634,13 +634,13 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
/usr/bin/tdeinit</screen> /usr/bin/tdeinit</screen>
In this case In this case
<filename>/usr/lib/qt3</filename> is your <filename>/usr/lib/qt3</filename> is your
<envar>QTDIR</envar> and <envar>TQTDIR</envar> and
<filename>/usr</filename> is your <filename>/usr</filename> is your
<envar>TDEDIR</envar>. The installed binaries will go to <envar>TDEDIR</envar>. The installed binaries will go to
<filename>/usr/bin</filename>. Now we will set the <filename>/usr/bin</filename>. Now we will set the
enviroment variables with the enviroment variables with the
<command>export</command> command. <command>export</command> command.
<screen><prompt>$</prompt> <userinput><command>export</command> QTDIR=<replaceable>&lt;replace with your QTDIR&gt;</replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>export</command> TQTDIR=<replaceable>&lt;replace with your TQTDIR&gt;</replaceable></userinput></screen>
<screen><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable>&lt;replace with your TDEDIR&gt;</replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable>&lt;replace with your TDEDIR&gt;</replaceable></userinput></screen>
</para> </para>
<note> <note>
@ -748,7 +748,7 @@ kde_locale: /usr/share/locale
qt_libraries: /usr/lib/qt3/lib qt_libraries: /usr/lib/qt3/lib
tqt_includes: /usr/lib/qt3/include tqt_includes: /usr/lib/qt3/include
TDEDIR: /usr TDEDIR: /usr
QTDIR: /usr/lib/qt3 TQTDIR: /usr/lib/qt3
Install path: /usr/local/bin Install path: /usr/local/bin
krusader version: 1.80.0 krusader version: 1.80.0
krusader binary: /usr/local/bin/krusader (after 'make install') krusader binary: /usr/local/bin/krusader (after 'make install')

@ -515,7 +515,7 @@ since the Entity Backspace is not defined in
><envar ><envar
>TDEDIR</envar >TDEDIR</envar
> - <envar > - <envar
>QTDIR</envar >TQTDIR</envar
></link ></link
>'> >'>
<!ENTITY useractions_lnk '<link linkend="useractions" <!ENTITY useractions_lnk '<link linkend="useractions"

@ -494,7 +494,7 @@
<listitem id="kde_qt_dir"> <listitem id="kde_qt_dir">
<para <para
>Check the environment variables <envar >Check the environment variables <envar
>QTDIR</envar >TQTDIR</envar
> and <envar > and <envar
>TDEDIR</envar >TDEDIR</envar
>. &krusader;'s <command >. &krusader;'s <command
@ -503,7 +503,7 @@
<para <para
><envar ><envar
>QTDIR</envar >TQTDIR</envar
> : <replaceable > : <replaceable
>&lt;path to your Qt installation&gt;</replaceable >&lt;path to your Qt installation&gt;</replaceable
> &eg; <filename > &eg; <filename
@ -527,7 +527,7 @@
>Normally your distribution will set them for you, but experience has shown that some don't. You can easily check the values with the <command >Normally your distribution will set them for you, but experience has shown that some don't. You can easily check the values with the <command
>echo</command >echo</command
> command. <screen > command. <screen
><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput> ><prompt>$</prompt> <userinput><command>echo</command> $TQTDIR</userinput>
/usr/lib/qt3 /usr/lib/qt3
<prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput> <prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput>
/usr</screen /usr</screen
@ -541,7 +541,7 @@
> In this case <filename > In this case <filename
>/usr/lib/qt3</filename >/usr/lib/qt3</filename
> is your <envar > is your <envar
>QTDIR</envar >TQTDIR</envar
> and <filename > and <filename
>/usr</filename >/usr</filename
> is your <envar > is your <envar
@ -551,7 +551,7 @@
>. Now we will set the enviroment variables with the <command >. Now we will set the enviroment variables with the <command
>export</command >export</command
> command. <screen > command. <screen
><prompt>$</prompt> <userinput><command>export</command> QTDIR=<replaceable>&lt;replace with your QTDIR&gt;</replaceable></userinput></screen> ><prompt>$</prompt> <userinput><command>export</command> TQTDIR=<replaceable>&lt;replace with your TQTDIR&gt;</replaceable></userinput></screen>
<screen <screen
><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable>&lt;replace with your TDEDIR&gt;</replaceable></userinput></screen> ><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable>&lt;replace with your TDEDIR&gt;</replaceable></userinput></screen>
</para> </para>
@ -674,7 +674,7 @@ kde_locale: /usr/share/locale
qt_libraries: /usr/lib/qt3/lib qt_libraries: /usr/lib/qt3/lib
tqt_includes: /usr/lib/qt3/include tqt_includes: /usr/lib/qt3/include
TDEDIR: /usr TDEDIR: /usr
QTDIR: /usr/lib/qt3 TQTDIR: /usr/lib/qt3
Install path: /usr/local/bin Install path: /usr/local/bin
krusader version: 1.51 krusader version: 1.51
krusader binary: /usr/local/bin/krusader (after 'make install') krusader binary: /usr/local/bin/krusader (after 'make install')

@ -43,7 +43,7 @@ fi
# Avoid a version number in .la files: # Avoid a version number in .la files:
if [ -d /usr/lib/qt ]; then if [ -d /usr/lib/qt ]; then
QTDIR=/usr/lib/qt TQTDIR=/usr/lib/qt
fi fi
PKG=$TMP/package-krusader PKG=$TMP/package-krusader

@ -34,7 +34,7 @@ friendly, fast and looks great on your desktop! You should give it a try.
%setup -q %setup -q
%build %build
unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh unset TQTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh
%configure \ %configure \
--disable-rpath \ --disable-rpath \

Loading…
Cancel
Save