Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/22/head
Michele Calgaro 2 months ago
parent ab992aba70
commit f887a3ee8f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

22
FAQ

@ -1,7 +1,7 @@
1. PROJECT RELATED QUESTIONS
1.1 What is KVIrc ? What the "KVIrc" name stands for ?
1.2 Why KVIrc is not totally integrated in KDE ?
1.2 Why KVIrc is not totally integrated in TDE ?
2. COMPILATION
@ -82,19 +82,19 @@
KVIrc is a cross-platform Internet Relay Chat client.
The name stands for K Visual Internet Relay Chat client.
The K prefix comes from the old times, when KVIrc was bound to the
KDE project and depended on the KDE libraries to run. Actually this
is not true anymore since KVIrc depends only on the Qt library from
TrollTech and runs also on platforms where KDE can't run.
TDE project and depended on the TDE libraries to run. Actually this
is not true anymore since KVIrc depends only on the TQt library
and runs also on platforms where TDE can't run.
1.2 Why KVIrc is not totally integrated in KDE ?
1.2 Why KVIrc is not totally integrated in TDE ?
First of all read the answer for question 1.1.
We could provide a more complete integration by the means of conditional
compilation but since it would require additional efforts to synchronize
the KVIrc sources with the KDE library changes we choose not to do it.
the KVIrc sources with the TDE library changes we choose not to do it.
If you wish to contribute some code that better integrates KVIrc with
KDE you're welcome to do so: we will happily accept your patches as long
TDE you're welcome to do so: we will happily accept your patches as long
as you promise to mantain them :)
@ -128,7 +128,7 @@
out 5-6 of them daily. Usually it is solved by simply restarting the "make" command.
If it doesn't go away or if it gets really frequent and annoying you might try to upgrade the compiler.
2) A memory corruption: this is really frequent: one of your memory banks is spitting random bytes
sometimes. Usually the problems come out under heavy system load (kernel, KDE or kvirc compilation for example).
sometimes. Usually the problems come out under heavy system load (kernel, TDE or kvirc compilation for example).
You can check for memory corruption by trying different RAM modules (or removing them one at a time to discover
the broken bank). You can also try a program called memtest and a kernel
patch that can force the broken memory banks to be ignored by the kernel (allocated permanently to a dummy kernel task).
@ -149,7 +149,7 @@
2.4 I got 'amarokInterface.cpp:29:31: amarokInterface.moc: No such file or directory'. Whats going wrong?
You have to install qt3 devel tools which include uic and moc. If installed, be sure that uic and moc are in PATH.
You have to install tqt3 devel tools which include uic and moc. If installed, be sure that uic and moc are in PATH.
2.5 Configure complains about a missing libdl.so but I seem to have it
@ -192,7 +192,7 @@
kvirc-version.package conflicts with file from package xxx
This is a known issue with all types of packages that handle
file conflicts. KVIrc installs the irc protocol handler for KDE
file conflicts. KVIrc installs the irc protocol handler for TDE
and the same is done by ksirc and kopete (and maybe others).
There is no particular reason for KVIrc to fix it in the core
distribution (and there is also no simple way to do it).
@ -651,7 +651,7 @@
7.1 KVIrc crashes when the multiline text input is opened (obsolete)
If you have installed a new version of KVIrc over a previous installation
br if you have changed the Qt libraries that KVIrc is linked to then
br if you have changed the TQt libraries that KVIrc is linked to then
it might be caused by a broken multiline text editor config.
Try removing $HOME/.kvircssexeditorrc and starting KVIrc again.
Update: this problem has been completely removed during late 2004 developments

@ -14,7 +14,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
2. Guru-level installation
3. Hacker-level installation
4. Human (detailed) installation instructions
5. How to compile KVIrc with Qt-embedded
5. How to compile KVIrc with TQt-embedded
6. Compiling KVIrc on Mac OS X
7. A note about Windows 95/98/ME
@ -141,11 +141,10 @@ General notes for the installation of the 3.4.0 release of KVIrc
then you miss some gcc related package. Install it from the distro cd.
- You NEED the Qt library.
- You NEED the TQt library.
You can download the latest version from ftp://ftp.trolltech.com.
The main Qt www site is http://www.trolltech.com.
Note for the GPL maniacs: Qt IS GPL.
TQt is maintained by TDE, the main www site is https://trinitydesktop.org.
Note for the GPL maniacs: TQt IS GPL.
The minimum required version is 3.1.2 (older versions *might* work)
Download and install it by following the rules
explained in the excellent documentation that comes with the library.
@ -260,15 +259,15 @@ General notes for the installation of the 3.4.0 release of KVIrc
So before running the script make sure that the enviroinement
variable $TQTDIR points to the right location. This will help
in finding the correct version of Qt.
in finding the correct version of TQt.
You might eventually set it with the command:
# export TQTDIR="your qt dir"
# export TQTDIR="your tqt dir"
On my system qt is installed in /usr/local/kde/qt
On my system tqt is installed in /usr/local/kde/tqt
so I actually execute
# export TQTDIR="/usr/local/kde/qt"
# export TQTDIR="/usr/local/kde/tqt"
If you want to compile the KDE support you might want to do the same
with TDEDIR
@ -299,35 +298,35 @@ General notes for the installation of the 3.4.0 release of KVIrc
will probably shorten the compilation a bit. Use this option if
your platform supports it.
--with-qt-library-dir=<DIR>
Look for the qt library in <DIR>.
--with-tqt-library-dir=<DIR>
Look for the tqt library in <DIR>.
You might want to use this if the configure script has trouble
in finding the qt library.
in finding the tqt library.
You should have no problems if you use export TQTDIR="<DIR>"
before launching the configure script, but it might help you
if you have a non standard Qt installation.
if you have a non standard TQt installation.
--with-qt-include-dir=<DIR>
Look for the qt headers in <DIR>.
--with-tqt-include-dir=<DIR>
Look for the tqt headers in <DIR>.
You might want to use this if the configure script has trouble
in finding the qt headers. It may especially help if your headers
in finding the tqt headers. It may especially help if your headers
are in a place different than $TQTDIR/include (and thus you have
a non standard installation)
--with-qt-moc=<PATH>
Use the qt meta-object compiler found in <PATH>
--with-tqt-moc=<PATH>
Use the tqt meta-object compiler found in <PATH>
The path is usually $TQTDIR/bin/moc , and the
configure script will find it if you have a standard
Qt installation and $TQTDIR points to the right directory.
TQt installation and $TQTDIR points to the right directory.
Thus should have no problems if you use export TQTDIR="<DIR>"
before launching the configure script, but it might help you
if you have a non standard Qt installation.
if you have a non standard TQt installation.
This will also help if you have the moc compiler renamed
in some way: like "moc2" or sth...
<PATH> in this case is a FULL path: directory/program_name!
--disable-qt-check
This disables Qt checking at compilation time.
--disable-tqt-check
This disables TQt checking at compilation time.
If this is the only way to compile and run
the kvirc executable , then there is something
wrong with the configure script.
@ -353,7 +352,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
irc:// urls in konqueror
--without-kde-check
Similar to --without-qt-check but for KDE.
Similar to --without-tqt-check but for KDE.
--enable-optimisation=<NUMBER>
Enables the compiler optimisation flag -o<NUMBER>.
@ -404,24 +403,21 @@ General notes for the installation of the 3.4.0 release of KVIrc
You might want to use this if the configure script
has trouble in finding it.
--with-qt-name=<NAME>
Use <NAME> instead of "qt" as the Qt library name.
This is useful on systems where Qt has been installed with
a name different than the default "qt".
It happens often that to allow multiple copies of qt to work
--with-tqt-name=<NAME>
Use <NAME> instead of "tqt" as the TQt library name.
This is useful on systems where TQt has been installed with
a name different than the default "tqt".
It happens often that to allow multiple copies of tqt to work
the newest have the version name appended to it.
For example, on FreeBSD I have found "qt" being Qt1.* and
"qt2" being Qt 2.*. Since you need Qt 2.* for kvirc to work,
you will need to use --with-qt-name=qt2.
If you use this option, you will probably also need to remap
the moc compiler path/name with --with-qt-moc.
the moc compiler path/name with --with-tqt-moc.
--disable-qt-mt
Disable checking for the multithreaded version of Qt.
--disable-tqt-mt
Disable checking for the multithreaded version of TQt.
By default , KVIrc will try to link to the multithreaded version
if found on the system.
NOTE: if you enable the KDE support , KVIrc MUST be linked to the
qt library that KDE is linked to.
tqt library that KDE is linked to.
--with-ix86-asm
KVIrc contains some ix86 assembly routines that *could*
@ -522,7 +518,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
--enable-fno-rtti
Disables compiler runtime type information generation.
This is probably needed only with qt-embedded.
This is probably needed only with tqt-embedded.
DON'T use it if you don't exactly know what it does.
Actually this may even make KVIrc crash in some situations.
For example the KDE sources use __dynamic_cast...
@ -530,16 +526,16 @@ General notes for the installation of the 3.4.0 release of KVIrc
--disable-x-support
Disables completely the X Windows support.
This is useful in environments where X is not needed to compile KVIrc
such as Qt-Mac on MacOSX, QtEmbedded or Windows.
such as TQt-Mac on MacOSX, QtEmbedded or Windows.
This switch implies also --without-x-bell
--without-x-bell
Disables the usage of the XBell function (needed if you want to
compile KVIrc with qt-embedded (no X at all))
compile KVIrc with tqt-embedded (no X at all))
This is implied by --disable-x-support
--with-qt-embedded
You need this to compile KVIrc with qt-embedded
--with-tqt-embedded
You need this to compile KVIrc with tqt-embedded
--without-ipc
Disables support for inter-process communication.
@ -625,7 +621,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
On FreeBSD I have found useful this command line:
# ./configure --with-qt-name=qt2 --with-qt-moc=/<PATH_HERE>/moc2 \
# ./configure --with-tqt-name=qt2 --with-tqt-moc=/<PATH_HERE>/moc2 \
--with-freebsd-pthread
Once the configure script ran succesfully you can go to the next step.
@ -680,7 +676,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
###############################################################################
# 5. Compiling KVIrc on qt-embedded
# 5. Compiling KVIrc on tqt-embedded
###############################################################################
Do you want KVIrc 3 on your hand computer ?
@ -689,16 +685,16 @@ General notes for the installation of the 3.4.0 release of KVIrc
Well, for the third it's really easy, just follow carefully those steps:
1. Install qt-embedded libraries (including the development files).
1. Install tqt-embedded libraries (including the development files).
This can be as easy as: apt-get install libtqt-emb-dev on Debian.
2. cd to the KVIrc3 source directory
3. run configure with the following parameters:
# ./configure --with-qt-name=qte --with-fno-rtti --without-x-calls
# ./configure --with-tqt-name=qte --with-fno-rtti --without-x-calls
--without-ipc --without-splash-screen --without-transparency
--with-qt-embedded --without-x-bell
--with-tqt-embedded --without-x-bell
then run make and make install as usual

@ -74,7 +74,7 @@ is not related to a program crash then you should include
a detailed procedure that leads to the manifestation of your problem.
You should always include a short description of the platform you
are running on: the operating system, the cpu (if not an x86),
the version of the Qt library and the KDE environment (if relevant).
the version of the TQt library and the KDE environment (if relevant).
You should also mention the relevant version of KVIrc and where
you got it from (cvs, kvirc site, other sites).

@ -14,7 +14,7 @@ AC_DEFUN([AC_SS_INIT_VARIABLES],
SS_X_LDFLAGS=""
SS_X_CPPFLAGS=""
dnl # // Qt Stuff
dnl # // TQt Stuff
SS_QT3_GENERAL_DIR=""
SS_QT3_INCDIR=""
@ -517,7 +517,7 @@ AC_DEFUN([AC_SS_MISC_OPTIONS],
AC_MSG_RESULT(no)
fi
AC_PATH_PROG(SS_MSGFMT,msgfmt,":",$PATH:/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin:/usr/X11R6/qt/bin:/usr/qt/bin:/usr/build/qt/bin)
AC_PATH_PROG(SS_MSGFMT,msgfmt,":",$PATH:/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/usr/lib/tqt/bin:/usr/local/tqt/bin:/usr/X11R6/tqt/bin:/usr/tqt/bin:/usr/build/tqt/bin)
if test -z "SS_MSGFMT"; then
SS_MSGFMT=":"
fi
@ -566,8 +566,8 @@ AC_DEFUN([AC_SS_MISC_OPTIONS],
AC_DEFINE([COMPILE_NEW_KVS], 1, [define if you want to enable the new KVS parser])
AC_DEFINE([COMPILE_ONLY_NEW_KVS], 1, [define if you want to use only the new KVS parser])
AC_MSG_CHECKING([if you want to link to the embedded version of qt])
AC_ARG_WITH(qt-embedded,[ --with-qt-embedded Link to qt-embedded (see INSTALL)],SS_QT3_EMBEDDED="true")
AC_MSG_CHECKING([if you want to link to the embedded version of tqt])
AC_ARG_WITH(tqt-embedded,[ --with-tqt-embedded Link to tqt-embedded (see INSTALL)],SS_QT3_EMBEDDED="true")
if test "$SS_QT3_EMBEDDED" = "true"; then
AC_MSG_RESULT(yes)
SS_BUILD_FLAGS="E$SS_BUILD_FLAGS"
@ -783,7 +783,7 @@ AC_DEFUN([AC_SS_CHECK_PERL],
AC_ARG_ENABLE(perl,AC_HELP_STRING([--enable-perl],[Enable perl scripting support (default=detect)]),eval "SS_PERL_ENABLE=$enableval")
if test "$SS_PERL_ENABLE" = "yes"; then
AC_PATH_PROG(SS_PERL_BINARY,perl,":",$PATH:/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin:/usr/X11R6/qt/bin:/usr/qt/bin:/usr/build/qt/bin)
AC_PATH_PROG(SS_PERL_BINARY,perl,":",$PATH:/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/usr/lib/tqt/bin:/usr/local/tqt/bin:/usr/X11R6/tqt/bin:/usr/tqt/bin:/usr/build/tqt/bin)
if test -z "SS_PERL_BINARY"; then
SS_PERL_RESULT_MESSAGE="disabled: can't find the perl binary"
SS_PERL_ENABLE="no"
@ -1297,7 +1297,7 @@ AC_DEFUN([AC_SS_FIND_X],
echo "### that will tell you which checks have failed and maybe more about the"
echo "### reason of the failure."
echo "###"
echo "### If you use an environment that does not require X support such as Qt-Mac"
echo "### If you use an environment that does not require X support such as TQt-Mac"
echo "### you may try to rerun configure with --disable-x-support"
echo "################################################################################"
AC_SS_SET_NORMALINK
@ -1346,7 +1346,7 @@ AC_DEFUN([AC_SS_FIND_X],
echo "### that will tell you which checks have failed and maybe more about the"
echo "### reason of the failure."
echo "###"
echo "### If you use an environment that does not require X support such as Qt-Mac"
echo "### If you use an environment that does not require X support such as TQt-Mac"
echo "### you may try to rerun configure with --disable-x-support"
echo "################################################################################"
AC_SS_SET_NORMALINK
@ -1410,7 +1410,7 @@ AC_DEFUN([AC_SS_FIND_X],
echo "### that will tell you which checks have failed and maybe more about the"
echo "### reason of the failure."
echo "###"
echo "### If you use an environment that does not require X support such as Qt-Mac"
echo "### If you use an environment that does not require X support such as TQt-Mac"
echo "### you may try to rerun configure with --disable-x-support"
echo "################################################################################"
AC_SS_SET_NORMALINK
@ -1444,13 +1444,13 @@ AC_DEFUN([AC_SS_FIND_X],
])
dnl ###################################################################################################################
dnl ### QT
dnl ### TQt
dnl ###################################################################################################################
AC_DEFUN([AC_SS_FIND_QT],
[
AC_ARG_ENABLE(qt-check,
AC_HELP_STRING([--disable-qt-check],[Do not check if Qt and X compile]),
AC_ARG_ENABLE(tqt-check,
AC_HELP_STRING([--disable-tqt-check],[Do not check if TQt and X compile]),
SS_CHECK_QTX_COMPILE="$withval",SS_CHECK_QTX_COMPILE="NOTGIVEN")
AC_SS_FIND_QT3_NAME
@ -1468,7 +1468,7 @@ AC_DEFUN([AC_SS_FIND_QT],
AC_DEFUN([AC_SS_FIND_QT3_NAME],
[
AC_MSG_CHECKING([for the TQt library name])
AC_ARG_WITH(qt-name,[ --with-tqt-name=NAME Use NAME instead of \"tqt\" as TQt library name],SS_TQTLIB_NAME="$withval",SS_TQTLIB_NAME="tqt")
AC_ARG_WITH(tqt-name,[ --with-tqt-name=NAME Use NAME instead of \"tqt\" as TQt library name],SS_TQTLIB_NAME="$withval",SS_TQTLIB_NAME="tqt")
AC_MSG_RESULT("$SS_TQTLIB_NAME")
])
@ -1488,21 +1488,21 @@ AC_DEFUN([AC_SS_FIND_QT3_GENERAL_DIR],
ss_qt_general_test_dirs="$TQTDIR $ss_qt_general_test_dirs"
fi
ss_qt_general_test_path_suffix="qt$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt.$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt.$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt-$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt-$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt.$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt.$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt-$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt-$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt.$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt-$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="tqt$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt.$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt.$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt-$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt-$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt.$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt.$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt-$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt-$SS_QT3_MAJOR_VERSION_REQUIRED$SS_QT3_MINOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt.$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt-$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix lib"
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix qt ."
ss_qt_general_test_path_suffix="$ss_qt_general_test_path_suffix tqt ."
AC_SS_FIND_FILE_PATH_EXT($SS_TQT3_GENERAL_FILE_TO_SEARCH,$ss_qt_general_test_dirs,$ss_qt_general_test_path_suffix,SS_QT3_GENERAL_DIR)
if test "$SS_QT3_GENERAL_DIR" = "FAILED"; then
@ -1520,17 +1520,17 @@ AC_DEFUN([AC_SS_FIND_QT3_GENERAL_DIR],
AC_DEFUN([AC_SS_FIND_QT3_INCLUDE_DIR],
[
AC_ARG_WITH(qt-include-dir,[ --with-qt-include-dir path to the Qt 3.x headers ],SS_QT3_INCDIR="$withval",SS_QT3_INCDIR="NOTGIVEN")
AC_ARG_WITH(tqt-include-dir,[ --with-tqt-include-dir path to the TQt 3.x headers ],SS_QT3_INCDIR="$withval",SS_QT3_INCDIR="NOTGIVEN")
if test "$SS_QT3_INCDIR" = "NOTGIVEN"; then
AC_MSG_CHECKING([for the Qt 3.x header files])
AC_MSG_CHECKING([for the TQt 3.x header files])
ss_qt_include_test_dirs="$SS_QT3_GENERAL_DIR/include /include /usr/include /usr/local/include /usr/qt/include /usr/local/qt/include /usr/X11R6/include /usr/lib/qt/include /usr/lib/qt /usr/include/X11"
ss_qt_include_test_dirs="$SS_QT3_GENERAL_DIR/include /include /usr/include /usr/local/include /usr/tqt/include /usr/local/tqt/include /usr/X11R6/include /usr/lib/tqt/include /usr/lib/tqt /usr/include/X11"
test -n "$TQTDIR" && ss_qt_include_test_dirs="$TQTDIR/include $TQTDIR $ss_qt_include_test_dirs"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /usr/include/qt /usr/include/tqt3 /usr/include/qt3 /usr/local/include/qt /include/qt /usr/X11R6/include/qt /usr/build/qt/include"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /usr/include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED /usr/include/qt$SS_QT3_MAJOR_VERSION_REQUIRED /usr/include/qt-$SS_QT3_MAJOR_VERSION_REQUIRED /usr/local/include/qt$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED /include/qt$SS_QT3_MAJOR_VERSION_REQUIRED /usr/X11R6/include/qt$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /usr/include/X11/qt$SS_QT3_MAJOR_VERSION_REQUIRED /opt/qt /opt/kde/qt"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /usr/include/tqt /usr/include/tqt3 /usr/include/qt3 /usr/local/include/tqt /include/tqt /usr/X11R6/include/tqt /usr/build/tqt/include"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /usr/include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED /usr/include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED /usr/include/tqt-$SS_QT3_MAJOR_VERSION_REQUIRED /usr/local/include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED /include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED /usr/X11R6/include/tqt$SS_QT3_MAJOR_VERSION_REQUIRED"
ss_qt_include_test_dirs="$ss_qt_include_test_dirs /usr/include/X11/tqt$SS_QT3_MAJOR_VERSION_REQUIRED /opt/tqt /opt/kde/tqt"
AC_SS_FIND_FILE_PATH($SS_TQT3_INCLUDE_FILE_TO_SEARCH,$ss_qt_include_test_dirs,SS_QT3_INCDIR)
@ -1543,10 +1543,10 @@ AC_DEFUN([AC_SS_FIND_QT3_INCLUDE_DIR],
AC_SS_SET_REDINK
echo "################################################################################"
echo "### CONFIGURE ERROR:"
echo "### Can not find the qt 3.x header files."
echo "### Make sure that qt is correctly installed on your system,"
echo "### and the qt version is the one requested by this version of kvirc."
echo "### Try to run configure again, this time passing the --with-qt-include-dir"
echo "### Can not find the tqt 3.x header files."
echo "### Make sure that tqt is correctly installed on your system,"
echo "### and the tqt version is the one requested by this version of kvirc."
echo "### Try to run configure again, this time passing the --with-tqt-include-dir"
echo "### option (see ./configure --help)."
echo "### You may also take a look at the config.log file in this directory,"
echo "### that will tell you which check has failed and maybe more about the reason"
@ -1564,7 +1564,7 @@ AC_DEFUN([AC_SS_FIND_QT3_INCLUDE_DIR],
fi
else
AC_MSG_RESULT([using user supplied path for the Qt 3.x include files $SS_QT3_INCDIR])
AC_MSG_RESULT([using user supplied path for the TQt 3.x include files $SS_QT3_INCDIR])
SS_QT3_INCDIR="$SS_QT3_INCDIR -I/usr/include/tqt -include tqt.h"
fi
])
@ -1572,14 +1572,14 @@ AC_DEFUN([AC_SS_FIND_QT3_INCLUDE_DIR],
AC_DEFUN([AC_SS_FIND_QT3_LIBRARY_DIR],
[
AC_ARG_WITH(qt-library-dir,[ --with-qt-library-dir path to the Qt 3.x library ],SS_QT3_LIBDIR="$withval",SS_QT3_LIBDIR="NOTGIVEN")
AC_ARG_WITH(tqt-library-dir,[ --with-tqt-library-dir path to the TQt 3.x library ],SS_QT3_LIBDIR="$withval",SS_QT3_LIBDIR="NOTGIVEN")
if test "$SS_QT3_LIBDIR" = "NOTGIVEN"; then
AC_MSG_CHECKING([for the TQt library])
lib_multiarch="`gcc -print-multiarch 2>/dev/null`"
ss_qt_library_test_dirs="$SS_QT3_GENERAL_DIR/lib /lib/$lib_multiarch /usr/lib/$lib_multiarch /usr/local/lib/$lib_multiarch /lib /usr/lib /usr/local/lib /usr/qt/lib /usr/local/qt/lib /usr/X11R6/lib /usr/lib/qt/lib /usr/lib/qt /usr/local/lib/qt/lib"
ss_qt_library_test_dirs="$SS_QT3_GENERAL_DIR/lib /lib/$lib_multiarch /usr/lib/$lib_multiarch /usr/local/lib/$lib_multiarch /lib /usr/lib /usr/local/lib /usr/tqt/lib /usr/local/tqt/lib /usr/X11R6/lib /usr/lib/tqt/lib /usr/lib/tqt /usr/local/lib/tqt/lib"
test -n "$TQTDIR" && ss_qt_library_test_dirs="$TQTDIR/lib $TQTDIR $ss_qt_library_test_dirs"
ss_qt_library_test_dirs="$ss_qt_library_test_dirs /usr/local/lib/qt /usr/X11R6/lib/qt /usr/build/qt/lib /opt/lib /opt/qt/lib"
ss_qt_library_test_dirs="$ss_qt_library_test_dirs /usr/local/lib/tqt /usr/X11R6/lib/tqt /usr/build/tqt/lib /opt/lib /opt/tqt/lib"
ss_qt_libs_to_find="lib$SS_TQTLIB_NAME-mt.so.$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
ss_qt_libs_to_find="$ss_qt_libs_to_find lib$SS_TQTLIB_NAME-mt.so.$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED"
@ -1607,11 +1607,11 @@ AC_DEFUN([AC_SS_FIND_QT3_LIBRARY_DIR],
AC_SS_SET_REDINK
echo "################################################################################"
echo "### CONFIGURE ERROR:"
echo "### Can not find the qt 3.x library file."
echo "### Make sure that qt is correctly installed on your system,"
echo "### and the qt version is the one requested by this version of kvirc."
echo "### Can not find the tqt 3.x library file."
echo "### Make sure that tqt is correctly installed on your system,"
echo "### and the tqt version is the one requested by this version of kvirc."
echo "### (Usually a greater version is OK too)"
echo "### Try to run configure again, this time passing the --with-qt-library-dir"
echo "### Try to run configure again, this time passing the --with-tqt-library-dir"
echo "### option (see ./configure --help)."
echo "### You may also take a look at the config.log file in this directory,"
echo "### that will tell you which check has failed and maybe more about the reason"
@ -1626,20 +1626,20 @@ AC_DEFUN([AC_SS_FIND_QT3_LIBRARY_DIR],
AC_MSG_RESULT([TQt3 found in $SS_QT3_LIBDIR])
fi
else
AC_MSG_RESULT([using user supplied path for the Qt library $SS_QT3_LIBDIR])
AC_MSG_RESULT([using user supplied path for the TQt library $SS_QT3_LIBDIR])
fi
])
AC_DEFUN([AC_SS_FIND_QT3_MOC],
[
AC_ARG_WITH(qt-moc,[ --with-qt-moc filename of the Qt 3.x meta object compiler ],SS_QT3_MOC="$withval",SS_QT3_MOC="NOTGIVEN")
AC_ARG_WITH(tqt-moc,[ --with-tqt-moc filename of the TQt 3.x meta object compiler ],SS_QT3_MOC="$withval",SS_QT3_MOC="NOTGIVEN")
if test "$SS_QT3_MOC" = "NOTGIVEN"; then
AC_MSG_CHECKING([for the Qt 3.x tmoc])
AC_MSG_CHECKING([for the TQt 3.x tmoc])
unset SS_QT3_MOC
ss_moc_test_dirs="$TQTDIR/bin $PATH /usr/bin /bin /usr/local/bin /usr/X11R6/bin /usr/lib/qt/bin /usr/local/qt/bin /usr/X11R6/qt/bin /usr/qt/bin /usr/build/qt/bin"
ss_moc_test_dirs="$TQTDIR/bin $PATH /usr/bin /bin /usr/local/bin /usr/X11R6/bin /usr/lib/tqt/bin /usr/local/tqt/bin /usr/X11R6/tqt/bin /usr/tqt/bin /usr/build/tqt/bin"
if test -n "$SS_QT3_GENERAL_DIR"; then
ss_moc_test_dirs="$SS_QT3_GENERAL_DIR/bin $ss_moc_test_dirs"
fi
@ -1651,10 +1651,10 @@ AC_DEFUN([AC_SS_FIND_QT3_MOC],
AC_SS_SET_REDINK
echo "################################################################################"
echo "### CONFIGURE ERROR:"
echo "### The Qt meta object compiler can not be found."
echo "### Make sure that qt is correctly installed on your system, it is on your path,"
echo "### and the qt version is the one requested by this version of kvirc."
echo "### Try to run configure again, this time passing the --with-qt-moc"
echo "### The TQt meta object compiler can not be found."
echo "### Make sure that tqt is correctly installed on your system, it is on your path,"
echo "### and the tqt version is the one requested by this version of kvirc."
echo "### Try to run configure again, this time passing the --with-tqt-moc"
echo "### option (see ./configure --help)."
echo "### You may also take a look at the config.log file in this directory,"
echo "### that will tell you which check has failed and maybe more about the reason"
@ -1677,9 +1677,9 @@ AC_DEFUN([AC_SS_FIND_QT3_MOC],
AC_DEFUN([AC_SS_FIND_QT3_MT],
[
AC_ARG_ENABLE(qt-mt,[ --disable-qt-mt ignore the threaded version of Qt],SS_QT3_NOMT="$withval",SS_QT3_NOMT="NOTGIVEN")
AC_ARG_ENABLE(tqt-mt,[ --disable-tqt-mt ignore the threaded version of TQt],SS_QT3_NOMT="$withval",SS_QT3_NOMT="NOTGIVEN")
AC_MSG_CHECKING([for the multithreaded version of Qt])
AC_MSG_CHECKING([for the multithreaded version of TQt])
if test "$SS_QT3_NOMT" = "NOTGIVEN"; then
ss_qt_libs_to_find="lib$SS_TQTLIB_NAME-mt.so.$SS_QT3_MAJOR_VERSION_REQUIRED.$SS_QT3_MINOR_VERSION_REQUIRED.$SS_QT3_PATCH_LEVEL_REQUIRED"
@ -1707,7 +1707,7 @@ AC_DEFUN([AC_SS_FIND_QT3_MT],
AC_DEFUN([AC_SS_ENSURE_CAN_COMPILE_X_AND_QT3],
[
AC_MSG_CHECKING([if we can compile an X-Qt 3.x application])
AC_MSG_CHECKING([if we can compile an X-TQt 3.x application])
AC_LANG_CPLUSPLUS
ss_save_CPPFLAGS="$CPPFLAGS"
ss_save_CXXFLAGS="$CXXFLAGS"
@ -1741,11 +1741,11 @@ AC_DEFUN([AC_SS_ENSURE_CAN_COMPILE_X_AND_QT3],
AC_SS_SET_REDINK
echo "################################################################################"
echo "### CONFIGURE ERROR:"
echo "### Failed to compile the Qt library test program."
echo "### Failed to compile the TQt library test program."
echo "### This may be a bad sign :)"
echo "### First of all, make sure that qt is correctly installed on your system,"
echo "### and the qt version is the one requested by this version of kvirc."
echo "### Ensure that you have only one copy of qt visible at a time."
echo "### First of all, make sure that tqt is correctly installed on your system,"
echo "### and the tqt version is the one requested by this version of kvirc."
echo "### Ensure that you have only one copy of tqt visible at a time."
echo "### You may also take a look at the config.log file in this directory,"
echo "### that will tell you which check has failed and maybe more about the reason"
echo "### of the failure."
@ -1765,9 +1765,9 @@ AC_DEFUN([AC_SS_ENSURE_CAN_COMPILE_X_AND_QT3],
for a_flag in $LDFLAGS ; do
echo "### $a_flag"
done
echo "### If you're sure that qt is correctly installed , you may force configure"
echo "### If you're sure that tqt is correctly installed , you may force configure"
echo "### to skip this check and try to compile kvirc anyway."
echo "### Try using the --without-qt-check option."
echo "### Try using the --without-tqt-check option."
echo "### If you're feeling that this may be a bug in this configure script"
echo "### and want to report this to me , please include your configure script,"
echo "### the config.log file as well as the complete configure output."
@ -1946,9 +1946,9 @@ AC_DEFUN([AC_SS_FIND_KDE_LIBRARY_DIR],
AC_DEFUN([AC_SS_ENSURE_CAN_COMPILE_X_QT3_AND_KDE],
[
AC_ARG_WITH(kde-check,[ --without-kde-check Do not check if Qt,KDE and X compile ],SS_CHECK_QTX_COMPILE="$withval",SS_CHECK_KQTX_COMPILE="yes")
AC_ARG_WITH(kde-check,[ --without-kde-check Do not check if TQt,KDE and X compile ],SS_CHECK_QTX_COMPILE="$withval",SS_CHECK_KQTX_COMPILE="yes")
if test "$SS_CHECK_KQTX_COMPILE" = "yes"; then
AC_MSG_CHECKING(if we can compile an X-Qt-KDE application)
AC_MSG_CHECKING(if we can compile an X-TQt-KDE application)
AC_LANG_CPLUSPLUS
ss_save_CPPFLAGS="$CPPFLAGS"
ss_save_CXXFLAGS="$CXXFLAGS"

@ -263,4 +263,5 @@ AC_OUTPUT( \
src/modules/url/Makefile \
src/modules/url/caps/Makefile \
src/modules/window/Makefile \
src/tdeconf_update/Makefile \
)

@ -6,7 +6,7 @@ KVIrc - an Internet Relay Chat client.
.SH DESCRIPTION
.PP
KVIrc is a Visual Internet Relay Chat client based on the Qt library.
KVIrc is a Visual Internet Relay Chat client based on the TQt library.
.PP
It is intended to be an "user friendly" interface to the IRC protocol (see \fIRFC1459\fP)
and its extensions.

@ -94,7 +94,7 @@ The source tree
| | | Threads, localisation, env, time, shared library..
| | |
| | `-- tal Toolkit Abstraction Layer: wrapper classes that
| | inherit from KDE* or QT classes, depending on the
| | inherit from TDE* or TQt classes, depending on the
| | compilation type.
| |
| |-- kvirc The KVIrc executable sources
@ -374,7 +374,7 @@ Coding tips
an existing kvi_* wrapper and use that one instead. The wrapper is there
because of portability issues.
- Don't use the STL features: anything that you need IS either in the Qt library
- Don't use the STL features: anything that you need IS either in the TQt library
or in kvilib.
- Windows compilation has COMPILE_ON_WINDOWS #defined and a KDE compilation
@ -407,7 +407,7 @@ KviStr
(especially in GUI modules) to handle correctly the UNICODE character set.
TQString
The Qt UNICODE string. See the Qt documentation for details.
The TQt UNICODE string. See the TQt documentation for details.
This is the string that should be mostly used in KVIrc in the near future.
Take care: in general it is NOT null terminated.
There is a KviQString wrapper namespace (#include "kvi_qstring.h") that
@ -423,13 +423,13 @@ TQString
concurrent threads.
(const) TQChar *
The array of Qt chars. This is usually obtained by callling
The array of TQt chars. This is usually obtained by callling
KviQString::nullTerminatedArray() which itself is a hack...
This array is used in some functions that were written for
const char * strings and haven't been ported completely.
QCString
The Qt non UNICODE string. See the Qt documentation for details.
The TQt non UNICODE string. See the TQt documentation for details.
The Goal:
- Use KviStr only where it is strictly needed (for protocol or performance
@ -855,38 +855,6 @@ set of quick, and probably dirty, bugfixes). The next "semi-official"
release is likely to be 3.2.7 while the next official stable release
might be 3.3, 3.4 or even 4.
-------------------------------------------------------------------------------
Porting to Qt 4.x (while mantaining Qt 3.x compatibility) (Work In Progress)
-------------------------------------------------------------------------------
For the moment, in random order:
- Avoid using TQString::null, use KviQString::empty instead.
This is because Qt 4.x does NOT have a null static variable. Qt 4.x in fact
does not have the distinction between null and empty strings (Note that for
KviStr this choice was made since the beginning).
Do NOT replace all the uses of TQString::null with TQString() (as the qt 4.x
porting documentation suggests) since for Qt 3.x this construct is SLOW.
- We're building a compatibility layer in kvilib.
Before using ANY Qt class, look if there is an override in kvilib.
In fact always, prefer Kvi* classes over the Q* ones and include
the "kvi_*.h" files instead of the <qt*.h> ones.
- Widgets will be probably abstracted in kvilib/tal.
Use:
./configure --enable-debug
make clean
make
to build.
- Use less possible Qt3Compat features.
- Do not use the "char * c = KviQString::toUtf8(string).data();" construct.
It leads to crashes on many compilers since the returned KviQCString
goes out of scope just at the end of the instruction.
-------------------------------------------------------------------------------
Code documentation
-------------------------------------------------------------------------------

@ -11714,7 +11714,7 @@ msgstr "Неизвестен оператор"
#~ msgstr "Създаването на сокет пропадна"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "Не може да определи исканият адрес"
#, fuzzy
@ -11726,7 +11726,7 @@ msgstr "Неизвестен оператор"
#~ msgstr "Неправилен параметър"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Неподдържан протокол %s"
#, fuzzy

@ -12748,7 +12748,7 @@ msgstr "Operacions amb Finestres"
#~ msgstr " Propietat: %s=%s"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "No existeix l'objecte (%s)"
#, fuzzy
@ -12760,7 +12760,7 @@ msgstr "Operacions amb Finestres"
#~ msgstr "Par<61>etre fila no v<>id (%s)"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Protocol %s no suportat"
#, fuzzy

@ -3956,12 +3956,12 @@ msgstr ""
#: src/kvirc/kvs/kvi_kvs_object.cpp:1038
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr "Seznam Qt vlastností pro objekt nazvaný \"%Q\" z KVS třídy %Q"
msgstr "Seznam TQt vlastností pro objekt nazvaný \"%Q\" z KVS třídy %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Vlastnosti Qt třídy %s"
msgstr "Vlastnosti TQt třídy %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -3975,12 +3975,12 @@ msgstr "%d vlastností vypsáno"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "Objekt nazvaný \"%Q\" ze třídy %Q nemá Qt vlastnosti"
msgstr "Objekt nazvaný \"%Q\" ze třídy %Q nemá TQt vlastnosti"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr "Žádná Qt vlastnost \"%Q\" pro objekt \"%Q\" ze třídy %Q"
msgstr "Žádná TQt vlastnost \"%Q\" pro objekt \"%Q\" ze třídy %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""
@ -9774,7 +9774,7 @@ msgstr "Varování poblíž řádku %d, sloupec %d"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "XML podpora není dostupná v Qt knihovně"
msgstr "XML podpora není dostupná v TQt knihovně"
#: src/modules/objects/libkviobjects.cpp:179
msgid "Class '%Q' is not definited"
@ -12263,8 +12263,8 @@ msgstr "Operace s okny"
#~ msgid "Invalid timer id"
#~ msgstr "Neplatné id časovače"
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgstr "%cSeznam Qt vlastností pro widget objekt %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "%cSeznam TQt vlastností pro widget objekt %s (%s)"
#~ msgid "Properties class: %c%s%c"
#~ msgstr "Třída vlastností: %c%s%c"
@ -12284,8 +12284,8 @@ msgstr "Operace s okny"
#~ msgid "Oops... no such property: %s"
#~ msgstr "Oops... žádná vlastnost: %s"
#~ msgid "No such QT property (%s)"
#~ msgstr "Žádná QT vlastnost (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Žádná TQt vlastnost (%s)"
#~ msgid "missing parameter"
#~ msgstr "chybí parametr"
@ -12299,8 +12299,8 @@ msgstr "Operace s okny"
#~ msgid "Pixmap not found"
#~ msgstr "Pixmapa nenalezena."
#~ msgid "Unsupported QT property (%s)"
#~ msgstr "Nepodporovaná QT vlastnost (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Nepodporovaná TQt vlastnost (%s)"
#~ msgid "Missing parameters"
#~ msgstr "Chybí parametry"

@ -4096,13 +4096,13 @@ msgstr ""
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr ""
"Enumerando las propiedades Qt para el objeto llamado \"%Q\" de la clase KVS "
"Enumerando las propiedades TQt para el objeto llamado \"%Q\" de la clase KVS "
"%Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Propiedades de la clase Qt %s"
msgstr "Propiedades de la clase TQt %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
#, fuzzy
@ -4117,13 +4117,13 @@ msgstr "%d propiedades enumeradas"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "El objeto llamado \"%Q\" de clase %Q no tiene propiedades Qt"
msgstr "El objeto llamado \"%Q\" de clase %Q no tiene propiedades TQt"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr ""
"No hay una propiedad Qt \"%Q\" para el objeto llamado \"%Q\" de clase %Q"
"No hay una propiedad TQt \"%Q\" para el objeto llamado \"%Q\" de clase %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""
@ -10141,7 +10141,7 @@ msgstr "Advertencia cerca de la línea %d, columna %d"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "Soporte de XML no disponible en la librería Qt"
msgstr "Soporte de XML no disponible en la librería TQt"
#: src/modules/objects/libkviobjects.cpp:179
#, fuzzy
@ -12729,8 +12729,8 @@ msgstr "Guardar Propiedades de &Ventana"
#~ msgid "Invalid timer id"
#~ msgstr "id de cronómetro no válido"
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgstr "%cEnumerando las Propiedades Qt para el objeto widget %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "%cEnumerando las Propiedades TQt para el objeto widget %s (%s)"
#~ msgid "Properties class: %c%s%c"
#~ msgstr "Propiedades de clase: %c%s%c"
@ -12750,8 +12750,8 @@ msgstr "Guardar Propiedades de &Ventana"
#~ msgid "Oops... no such property: %s"
#~ msgstr "Oops... no existe la propiedad: %s"
#~ msgid "No such QT property (%s)"
#~ msgstr "No existe la propiedad QT (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "No existe la propiedad TQt (%s)"
#~ msgid "missing parameter"
#~ msgstr "falta parámetro"
@ -12765,8 +12765,8 @@ msgstr "Guardar Propiedades de &Ventana"
#~ msgid "Pixmap not found"
#~ msgstr "Pixmap no encontrado"
#~ msgid "Unsupported QT property (%s)"
#~ msgstr "Propiedad QT no soportada (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Propiedad TQt no soportada (%s)"
#~ msgid "Missing parameters"
#~ msgstr "Faltan parámetros"

@ -3890,12 +3890,12 @@ msgstr "Paikan kohdeolio tuhottu kun lähetetään signaalia oliosta '%Q::%Q'"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1038
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr "Listataan Qt-ominaisuudet oliolle nimeltä \"%Q\" KVS-luokasta %Q"
msgstr "Listataan TQt-ominaisuudet oliolle nimeltä \"%Q\" KVS-luokasta %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Ominaisuudet Qt-luokalle %s"
msgstr "Ominaisuudet TQt-luokalle %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -3909,12 +3909,12 @@ msgstr "%d ominaisuutta listattu"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "Oliolla\"%Q\" luokasta %Q ei ole Qt-ominaisuuksia"
msgstr "Oliolla\"%Q\" luokasta %Q ei ole TQt-ominaisuuksia"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr "Ei ole Qt-ominaisuutta \"%Q\" oliolle nimeltä \"%Q\" luokasta %Q"
msgstr "Ei ole TQt-ominaisuutta \"%Q\" oliolle nimeltä \"%Q\" luokasta %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""

@ -4073,12 +4073,12 @@ msgstr ""
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr ""
"Listage des propriétés Qt pour l'object appelé \"%Q\" de la classe KVS %Q"
"Listage des propriétés TQt pour l'object appelé \"%Q\" de la classe KVS %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Propriétés pour la classe Qt %s"
msgstr "Propriétés pour la classe TQt %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -4092,13 +4092,13 @@ msgstr "%d propriétés listées"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "L'objet nommé \"%Q\" de la classe %Q n'a pas de propriétés Qt"
msgstr "L'objet nommé \"%Q\" de la classe %Q n'a pas de propriétés TQt"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr ""
"Aucune propriété Qt nommée \"%Q\" pour l'objet nommé \"%Q\" de la classe %Q"
"Aucune propriété TQt nommée \"%Q\" pour l'objet nommé \"%Q\" de la classe %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""
@ -10078,7 +10078,7 @@ msgstr "Avertissement près de la ligne %d et de la colonne %d"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "Le support XML n'est pas encore disponible dans la libraire Qt"
msgstr "Le support XML n'est pas encore disponible dans la libraire TQt"
#: src/modules/objects/libkviobjects.cpp:179
msgid "Class '%Q' is not definited"

@ -3969,12 +3969,12 @@ msgstr ""
#: src/kvirc/kvs/kvi_kvs_object.cpp:1038
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr "Qt tulajdonságok listázása \"%Q\" objektumról, KVS osztály: %Q"
msgstr "TQt tulajdonságok listázása \"%Q\" objektumról, KVS osztály: %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Qt tulajdonságok %s osztályra"
msgstr "TQt tulajdonságok %s osztályra"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -3988,12 +3988,12 @@ msgstr "%d tulajdonság listázva"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "\"%Q\" objektum %Q osztálynak nincs Qt tulajdonsága"
msgstr "\"%Q\" objektum %Q osztálynak nincs TQt tulajdonsága"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr "Nincs Qt tulajdonsága \"%Q\" objektumra %Q néven %Q osztálynak"
msgstr "Nincs TQt tulajdonsága \"%Q\" objektumra %Q néven %Q osztálynak"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""
@ -9711,7 +9711,7 @@ msgstr "Figyelmeztetés: %d sor %d oszlop közelében"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "XML támogatás nem elérhető a Qt libraryban"
msgstr "XML támogatás nem elérhető a TQt libraryban"
#: src/modules/objects/libkviobjects.cpp:179
msgid "Class '%Q' is not definited"

@ -4032,12 +4032,12 @@ msgstr ""
#: src/kvirc/kvs/kvi_kvs_object.cpp:1038
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr "Elenco proprietà  Qt per l'Oggetto di nome \"%Q\" della Classe KVS %Q"
msgstr "Elenco proprietà  TQt per l'Oggetto di nome \"%Q\" della Classe KVS %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Proprietà  della Classe Qt %s"
msgstr "Proprietà  della Classe TQt %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -4051,13 +4051,13 @@ msgstr "%d proprietà  elencate"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "L'oggetto di nome \"%Q\" della classe %Q non ha proprietà  Qt"
msgstr "L'oggetto di nome \"%Q\" della classe %Q non ha proprietà  TQt"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr ""
"Nessuna proprietà  Qt di nome \"%Q\" per l'oggetto di nome \"%Q\" della "
"Nessuna proprietà  TQt di nome \"%Q\" per l'oggetto di nome \"%Q\" della "
"classe %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
@ -9979,7 +9979,7 @@ msgstr "Warning vicino la linea %d, colonna %d"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "Supporto XML non disponibile nelle librerie QT"
msgstr "Supporto XML non disponibile nelle librerie TQt"
#: src/modules/objects/libkviobjects.cpp:179
msgid "Class '%Q' is not definited"

@ -13221,7 +13221,7 @@ msgstr "Onbekende operator"
#~ msgstr "Nee s door s s s"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "de IP"
#, fuzzy
@ -13237,7 +13237,7 @@ msgstr "Onbekende operator"
#~ msgstr "Eigenschap s"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Nee s"
#, fuzzy
@ -13249,7 +13249,7 @@ msgstr "Onbekende operator"
#~ msgstr "Ongeldige parameter"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Gebruik"
#, fuzzy

@ -12364,11 +12364,11 @@ msgstr "Nieznany operator"
#~ msgstr "Długość jest liczbą ujemną!"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "Wybierz pliki do wysłania"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "&Nowy kontekst irc"
#, fuzzy
@ -12380,7 +12380,7 @@ msgstr "Nieznany operator"
#~ msgstr "Błędny parametr"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Używaj IpV6"
#, fuzzy

@ -4006,12 +4006,12 @@ msgstr ""
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr ""
"A listar as propriedades Qt para o objecto chamado \"%Q\" da classe KVS %Q"
"A listar as propriedades TQt para o objecto chamado \"%Q\" da classe KVS %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Propriedades da classe Qt %s"
msgstr "Propriedades da classe TQt %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -4025,7 +4025,7 @@ msgstr "%d propriedades listadas"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "O objecto chamado \"%Q\" da classe %Q não tem propriedades Qt"
msgstr "O objecto chamado \"%Q\" da classe %Q não tem propriedades TQt"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
@ -9955,7 +9955,7 @@ msgstr "Aviso perto da linha %d, coluna %d"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "Suporte XML não disponível na livraria Qt"
msgstr "Suporte XML não disponível na livraria TQt"
#: src/modules/objects/libkviobjects.cpp:179
msgid "Class '%Q' is not definited"

@ -4095,12 +4095,12 @@ msgstr ""
#: src/kvirc/kvs/kvi_kvs_object.cpp:1038
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr "Listando propriedades Qt para o objeto \"%Q\" da classe KVS %Q"
msgstr "Listando propriedades TQt para o objeto \"%Q\" da classe KVS %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Propriedades para classe Qt %s"
msgstr "Propriedades para classe TQt %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
#, fuzzy
@ -4115,12 +4115,12 @@ msgstr "%d propriedades listadas"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "O objeto \"%Q\" da classe %Q não tem propriedades Qt "
msgstr "O objeto \"%Q\" da classe %Q não tem propriedades TQt "
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr "Não existe propriedade Qt \"%Q\" para o objeto \"%Q\" da classe %Q"
msgstr "Não existe propriedade TQt \"%Q\" para o objeto \"%Q\" da classe %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""
@ -12789,8 +12789,8 @@ msgstr "Operações de Janela"
#~ msgid "Invalid timer id"
#~ msgstr "id inválida do timer"
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgstr "%cListando Propriedades Qt para obejeto widget %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "%cListando Propriedades TQt para obejeto widget %s (%s)"
#~ msgid "Properties class: %c%s%c"
#~ msgstr "Classe das propriedades : %c%s%c"
@ -12810,8 +12810,8 @@ msgstr "Operações de Janela"
#~ msgid "Oops... no such property: %s"
#~ msgstr "Oopa... nenhuma propriedade encontrada: %s"
#~ msgid "No such QT property (%s)"
#~ msgstr "Nenhuma propriedade Qt (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Nenhuma propriedade TQt (%s)"
#~ msgid "missing parameter"
#~ msgstr "parâmetro faltando"
@ -12825,7 +12825,7 @@ msgstr "Operações de Janela"
#~ msgid "Pixmap not found"
#~ msgstr "Pixmap não encontrado"
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Protocolo %s não suportado"
#~ msgid "Missing parameters"

@ -4027,12 +4027,12 @@ msgstr ""
#: src/kvirc/kvs/kvi_kvs_object.cpp:1038
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr "Список QT-свойств для объекта \"%Q\" KVS класса %Q"
msgstr "Список TQt-свойств для объекта \"%Q\" KVS класса %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Свойства QT-класса %s"
msgstr "Свойства TQt-класса %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -4046,12 +4046,12 @@ msgstr "%d свойств"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "Объект \"%Q\" класса %Q не является Qt-свойством"
msgstr "Объект \"%Q\" класса %Q не является TQt-свойством"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr "Нет QT-свойства с именем \"%Q\" для объекта \"%Q\" класса %Q"
msgstr "Нет TQt-свойства с именем \"%Q\" для объекта \"%Q\" класса %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""
@ -9903,7 +9903,7 @@ msgstr "Предупреждение в строке %d, символ %d"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "XML поддержка не возможна в библиотеке Qt"
msgstr "XML поддержка не возможна в библиотеке TQt"
#: src/modules/objects/libkviobjects.cpp:179
msgid "Class '%Q' is not definited"

@ -13193,7 +13193,7 @@ msgstr "Prozor nije prona<6E>n"
#~ msgstr "Pogrean ID tajmera"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "Ne mogu da prona<6E>m prozor sa ID-om '%s'"
#, fuzzy
@ -13209,7 +13209,7 @@ msgstr "Prozor nije prona<6E>n"
#~ msgstr " Vlasnitvo: %s=%s"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Nema takvog objekta (%s)"
#, fuzzy
@ -13221,7 +13221,7 @@ msgstr "Prozor nije prona<6E>n"
#~ msgstr "Pogrean parametar"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Nepodran pravac"
#, fuzzy

@ -4012,12 +4012,12 @@ msgstr ""
#: src/kvirc/kvs/kvi_kvs_object.cpp:1038
#, fuzzy
msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
msgstr "Список QT-властивостей для об'єкта \"%Q\" KVS класу %Q"
msgstr "Список TQt-властивостей для об'єкта \"%Q\" KVS класу %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1044
#, fuzzy, c-format
msgid "Properties for TQt class %s"
msgstr "Властивості QT-класу %s"
msgstr "Властивості TQt-класу %s"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1058
msgid "Property: %c%Q%c, type %Q"
@ -4031,12 +4031,12 @@ msgstr "%d властивостей"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1119 src/kvirc/kvs/kvi_kvs_object.cpp:1332
#, fuzzy
msgid "The object named \"%Q\" of class %Q has no TQt properties"
msgstr "Об'єкт \"%Q\" класу %Q не є Qt-властивістю"
msgstr "Об'єкт \"%Q\" класу %Q не є TQt-властивістю"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1126 src/kvirc/kvs/kvi_kvs_object.cpp:1344
#, fuzzy
msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
msgstr "Немає QT-властивості з ім'ям \"%Q\" для об'єкта \"%Q\" класу %Q"
msgstr "Немає TQt-властивості з ім'ям \"%Q\" для об'єкта \"%Q\" класу %Q"
#: src/kvirc/kvs/kvi_kvs_object.cpp:1132 src/kvirc/kvs/kvi_kvs_object.cpp:1352
msgid ""
@ -9889,7 +9889,7 @@ msgstr "Попередження в рядку %d, символ %d"
#: src/modules/objects/class_xmlreader.cpp:315
#, fuzzy
msgid "XML support not available in the TQt library"
msgstr "XML підтримка не можлива в бібліотеці Qt"
msgstr "XML підтримка не можлива в бібліотеці TQt"
#: src/modules/objects/libkviobjects.cpp:179
msgid "Class '%Q' is not definited"

@ -4048,7 +4048,7 @@ msgstr ""
#~ msgstr "Изтекло време на операция"
#, fuzzy
#~ msgid "XML support not available in the Qt library"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "Възможността не е на разположение"
#, fuzzy
@ -4199,7 +4199,7 @@ msgstr ""
#~ msgstr "Не може да отвори файл \"%s\" за запис"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "Не може да определи исканият адрес"
#~ msgid "Not enough parameters"
@ -4218,7 +4218,7 @@ msgstr ""
#~ msgstr "Хоста не е намерен"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Неподдържан протокол %s"
#, fuzzy
@ -4258,7 +4258,7 @@ msgstr ""
#~ msgstr "Няма такъв обект"
#, fuzzy
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "Не може да определи исканият адрес"
#, fuzzy

@ -5551,7 +5551,7 @@ msgstr "canal"
#~ msgstr "Processant llista: %Q"
#, fuzzy
#~ msgid "XML support not available in the Qt library"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "La mitja de retràs no està disponible encara"
#~ msgid "Invalid width parameter"
@ -7056,7 +7056,7 @@ msgstr "canal"
#~ msgstr "No hi ha suficients paràmetres"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "No existeix l'objecte (%s)"
#, fuzzy
@ -7072,7 +7072,7 @@ msgstr "canal"
#~ msgstr "Màquina no trobada"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Protocol %s no suportat"
#, fuzzy

@ -5431,7 +5431,7 @@ msgstr "seznam uživatelů,kanál"
#~ msgstr "Zpracovává se seznam: %Q"
#, fuzzy
#~ msgid "XML support not available in the Qt library"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "Hodnota lagu není ještě dostupná"
#~ msgid "Invalid width parameter"
@ -7050,8 +7050,8 @@ msgstr "seznam uživatelů,kanál"
#~ msgid "Invalid timer id"
#~ msgstr "Neplatné id časovače"
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgstr "%cSeznam Qt vlastností pro widget objekt %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "%cSeznam TQt vlastností pro widget objekt %s (%s)"
#~ msgid "Properties class: %c%s%c"
#~ msgstr "Třída vlastností: %c%s%c"
@ -7074,8 +7074,8 @@ msgstr "seznam uživatelů,kanál"
#~ msgid "Not enough parameters"
#~ msgstr "Nedostatek parametrů"
#~ msgid "No such QT property (%s)"
#~ msgstr "Žádná QT vlastnost (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Žádná TQt vlastnost (%s)"
#~ msgid "missing parameter"
#~ msgstr "chybí parametr"
@ -7089,8 +7089,8 @@ msgstr "seznam uživatelů,kanál"
#~ msgid "Pixmap not found"
#~ msgstr "Pixmapa nenalezena."
#~ msgid "Unsupported QT property (%s)"
#~ msgstr "Nepodporovaná QT vlastnost (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Nepodporovaná TQt vlastnost (%s)"
#~ msgid "Missing parameters"
#~ msgstr "Chybí parametry"
@ -7931,11 +7931,11 @@ msgstr "seznam uživatelů,kanál"
#~ msgstr ""
#~ "Cílový slot objektu rozbit při vysílání signálu '%Q' z objektu '%Q::%Q'"
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "Seznam Qt vlastností pro objekt nazvaný \"%Q\" z KVS třídy %Q"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "Seznam TQt vlastností pro objekt nazvaný \"%Q\" z KVS třídy %Q"
#~ msgid "Properties for Qt class %s"
#~ msgstr "Vlastnosti Qt třídy %s"
#~ msgid "Properties for TQt class %s"
#~ msgstr "Vlastnosti TQt třídy %s"
#~ msgid "Property: %c%Q%c, type %s"
#~ msgstr "Vlastnost: %c%Q%c, typ %s"
@ -7943,11 +7943,11 @@ msgstr "seznam uživatelů,kanál"
#~ msgid "%d properties listed"
#~ msgstr "%d vlastností vypsáno"
#~ msgid "The object named \"%Q\" of class %Q has no Qt properties"
#~ msgstr "Objekt nazvaný \"%Q\" ze třídy %Q nemá Qt vlastnosti"
#~ msgid "The object named \"%Q\" of class %Q has no TQt properties"
#~ msgstr "Objekt nazvaný \"%Q\" ze třídy %Q nemá TQt vlastnosti"
#~ msgid "No Qt property named \"%Q\" for object named \"%Q\" of class %Q"
#~ msgstr "Žádná Qt vlastnost \"%Q\" pro objekt \"%Q\" ze třídy %Q"
#~ msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
#~ msgstr "Žádná TQt vlastnost \"%Q\" pro objekt \"%Q\" ze třídy %Q"
#~ msgid ""
#~ "Can't find property named \"%Q\" for object named \"%Q\" of class %Q: the "

@ -5567,7 +5567,7 @@ msgstr "Benutzerliste,Kanal"
#~ msgstr "Prozeßliste: %Q"
#, fuzzy
#~ msgid "XML support not available in the Qt library"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "Lagmessung nicht verfügbar"
#~ msgid "Invalid width parameter"
@ -7250,8 +7250,8 @@ msgstr "Benutzerliste,Kanal"
#~ msgid "Invalid timer id"
#~ msgstr "Ungültige Timer-ID"
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgstr "%c Auflistung der Qt-Eigenschaften fürWidgetobjekt %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "%c Auflistung der TQt-Eigenschaften fürWidgetobjekt %s (%s)"
#~ msgid "Properties class: %c%s%c"
#~ msgstr "Eigenschaftsklasse: %c%s%c"
@ -7274,8 +7274,8 @@ msgstr "Benutzerliste,Kanal"
#~ msgid "Not enough parameters"
#~ msgstr "Nicht genug Parameter"
#~ msgid "No such QT property (%s)"
#~ msgstr "Keine solche QT-Eigenschaft (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Keine solche TQt-Eigenschaft (%s)"
#~ msgid "missing parameter"
#~ msgstr "Parameter fehlt"
@ -7289,8 +7289,8 @@ msgstr "Benutzerliste,Kanal"
#~ msgid "Pixmap not found"
#~ msgstr "Pixmap nicht gefunden"
#~ msgid "Unsupported QT property (%s)"
#~ msgstr "Nicht unterstützte QT-Eigenschaft (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Nicht unterstützte TQt-Eigenschaft (%s)"
#~ msgid "Missing parameters"
#~ msgstr "Parameter fehlen"
@ -8194,11 +8194,11 @@ msgstr "Benutzerliste,Kanal"
#~ "von Objekt '%s': trenne"
#, fuzzy
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "%c Auflistung der Qt-Eigenschaften fürWidgetobjekt %s (%s)"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "%c Auflistung der TQt-Eigenschaften fürWidgetobjekt %s (%s)"
#, fuzzy
#~ msgid "Properties for Qt class %s"
#~ msgid "Properties for TQt class %s"
#~ msgstr "Eigenschaftsklasse: %c%s%c"
#, fuzzy

@ -5688,8 +5688,8 @@ msgstr "canal"
#~ msgid "Warning near line %d, column %d"
#~ msgstr "Advertencia cerca de la línea %d, columna %d"
#~ msgid "XML support not available in the Qt library"
#~ msgstr "Soporte de XML no disponible en la librería Qt"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "Soporte de XML no disponible en la librería TQt"
#~ msgid "Invalid width parameter"
#~ msgstr "Valor de anchura no válido"
@ -7346,8 +7346,8 @@ msgstr "canal"
#~ msgid "Invalid timer id"
#~ msgstr "id de cronómetro no válido"
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgstr "%cEnumerando las Propiedades Qt para el objeto widget %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "%cEnumerando las Propiedades TQt para el objeto widget %s (%s)"
#~ msgid "Properties class: %c%s%c"
#~ msgstr "Propiedades de clase: %c%s%c"
@ -7370,8 +7370,8 @@ msgstr "canal"
#~ msgid "Not enough parameters"
#~ msgstr "No hay suficientes parámetros"
#~ msgid "No such QT property (%s)"
#~ msgstr "No existe la propiedad QT (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "No existe la propiedad TQt (%s)"
#~ msgid "missing parameter"
#~ msgstr "falta parámetro"
@ -7385,8 +7385,8 @@ msgstr "canal"
#~ msgid "Pixmap not found"
#~ msgstr "Pixmap no encontrado"
#~ msgid "Unsupported QT property (%s)"
#~ msgstr "Propiedad QT no soportada (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Propiedad TQt no soportada (%s)"
#~ msgid "Missing parameters"
#~ msgstr "Faltan parámetros"
@ -8292,13 +8292,13 @@ msgstr "canal"
#~ "Slot del objeto destino destruído mientras se emitía la señal '%Q' desde "
#~ "el objeto '%Q::%Q': desconectando"
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr ""
#~ "Enumerando las propiedades Qt para el objeto llamado \"%Q\" de la clase "
#~ "Enumerando las propiedades TQt para el objeto llamado \"%Q\" de la clase "
#~ "KVS %Q"
#~ msgid "Properties for Qt class %s"
#~ msgstr "Propiedades de la clase Qt %s"
#~ msgid "Properties for TQt class %s"
#~ msgstr "Propiedades de la clase TQt %s"
#~ msgid "Property: %c%Q%c, type %s"
#~ msgstr "Propiedad: %c%Q%c, tipo: %s"
@ -8306,12 +8306,12 @@ msgstr "canal"
#~ msgid "%d properties listed"
#~ msgstr "%d propiedades enumeradas"
#~ msgid "The object named \"%Q\" of class %Q has no Qt properties"
#~ msgstr "El objeto llamado \"%Q\" de clase %Q no tiene propiedades Qt"
#~ msgid "The object named \"%Q\" of class %Q has no TQt properties"
#~ msgstr "El objeto llamado \"%Q\" de clase %Q no tiene propiedades TQt"
#~ msgid "No Qt property named \"%Q\" for object named \"%Q\" of class %Q"
#~ msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
#~ msgstr ""
#~ "No hay una propiedad Qt \"%Q\" para el objeto llamado \"%Q\" de clase %Q"
#~ "No hay una propiedad TQt \"%Q\" para el objeto llamado \"%Q\" de clase %Q"
#~ msgid ""
#~ "Can't find property named \"%Q\" for object named \"%Q\" of class %Q: the "

@ -5252,7 +5252,7 @@ msgstr "Annuleren"
#~ msgstr "koppeling"
#, fuzzy
#~ msgid "XML support not available in the Qt library"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "Functie niet beschikbaar"
#, fuzzy
@ -6454,7 +6454,7 @@ msgstr "Annuleren"
#~ msgstr "Nee s door s s s"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "de IP"
#, fuzzy
@ -6473,7 +6473,7 @@ msgstr "Annuleren"
#~ msgstr "Niet voldoende parameters"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Nee s"
#, fuzzy
@ -6489,7 +6489,7 @@ msgstr "Annuleren"
#~ msgstr "Tekst"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Gebruik"
#, fuzzy
@ -7064,11 +7064,11 @@ msgstr "Annuleren"
#~ msgstr "Gebroken s s s s"
#, fuzzy
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "de IP"
#, fuzzy
#~ msgid "Properties for Qt class %s"
#~ msgid "Properties for TQt class %s"
#~ msgstr "Eigenschappen:"
#, fuzzy

@ -5040,11 +5040,11 @@ msgstr "Anuluj"
#~ msgstr "Kategoria"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "Wybierz pliki do wysłania"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "&Nowy kontekst irc"
#, fuzzy
@ -5060,7 +5060,7 @@ msgstr "Anuluj"
#~ msgstr "Tekst nie odnaleziony"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Używaj IpV6"
#, fuzzy
@ -5354,7 +5354,7 @@ msgstr "Anuluj"
#~ msgstr "Lewy operand nie jest liczbą"
#, fuzzy
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "Wybierz pliki do wysłania"
#, fuzzy

@ -5566,7 +5566,7 @@ msgstr "Canal"
#~ msgstr "Processando a lista: %Q"
#, fuzzy
#~ msgid "XML support not available in the Qt library"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "Medição de Lag ainda não disponível"
#~ msgid "Invalid width parameter"
@ -7220,8 +7220,8 @@ msgstr "Canal"
#~ msgid "Invalid timer id"
#~ msgstr "id inválida do timer"
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgstr "%cListando Propriedades Qt para obejeto widget %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "%cListando Propriedades TQt para obejeto widget %s (%s)"
#~ msgid "Properties class: %c%s%c"
#~ msgstr "Classe das propriedades : %c%s%c"
@ -7244,8 +7244,8 @@ msgstr "Canal"
#~ msgid "Not enough parameters"
#~ msgstr "Parâmetros insuficientes"
#~ msgid "No such QT property (%s)"
#~ msgstr "Nenhuma propriedade Qt (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Nenhuma propriedade TQt (%s)"
#~ msgid "missing parameter"
#~ msgstr "parâmetro faltando"
@ -7259,7 +7259,7 @@ msgstr "Canal"
#~ msgid "Pixmap not found"
#~ msgstr "Pixmap não encontrado"
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Protocolo %s não suportado"
#~ msgid "Missing parameters"
@ -8130,11 +8130,11 @@ msgstr "Canal"
#~ "Slot do objeto de destino destruido ao emitir o sinal '%Q' do objeto '%Q::"
#~ "%Q'"
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "Listando propriedades Qt para o objeto \"%Q\" da classe KVS %Q"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "Listando propriedades TQt para o objeto \"%Q\" da classe KVS %Q"
#~ msgid "Properties for Qt class %s"
#~ msgstr "Propriedades para classe Qt %s"
#~ msgid "Properties for TQt class %s"
#~ msgstr "Propriedades para classe TQt %s"
#~ msgid "Property: %c%Q%c, type %s"
#~ msgstr "Propriedade: %c%Q%c, tipo %s"
@ -8142,11 +8142,11 @@ msgstr "Canal"
#~ msgid "%d properties listed"
#~ msgstr "%d propriedades listadas"
#~ msgid "The object named \"%Q\" of class %Q has no Qt properties"
#~ msgstr "O objeto \"%Q\" da classe %Q não tem propriedades Qt "
#~ msgid "The object named \"%Q\" of class %Q has no TQt properties"
#~ msgstr "O objeto \"%Q\" da classe %Q não tem propriedades TQt "
#~ msgid "No Qt property named \"%Q\" for object named \"%Q\" of class %Q"
#~ msgstr "Não existe propriedade Qt \"%Q\" para o objeto \"%Q\" da classe %Q"
#~ msgid "No TQt property named \"%Q\" for object named \"%Q\" of class %Q"
#~ msgstr "Não existe propriedade TQt \"%Q\" para o objeto \"%Q\" da classe %Q"
#~ msgid ""
#~ "Can't find property named \"%Q\" for object named \"%Q\" of class %Q: the "

@ -5661,7 +5661,7 @@ msgstr "Kanal"
#~ msgstr "Obrađujem listu %Q"
#, fuzzy
#~ msgid "XML support not available in the Qt library"
#~ msgid "XML support not available in the TQt library"
#~ msgstr "Mogućnost nije dostupna"
#~ msgid "Invalid width parameter"
@ -7022,7 +7022,7 @@ msgstr "Kanal"
#~ msgstr "Pogrešan ID tajmera"
#, fuzzy
#~ msgid "%cListing Qt Properties for widget object %s (%s)"
#~ msgid "%cListing TQt Properties for widget object %s (%s)"
#~ msgstr "Ne mogu da pronađem prozor sa ID-om '%s'"
#, fuzzy
@ -7041,7 +7041,7 @@ msgstr "Kanal"
#~ msgstr "Nema dovoljno parametara"
#, fuzzy
#~ msgid "No such QT property (%s)"
#~ msgid "No such TQt property (%s)"
#~ msgstr "Nema takvog objekta (%s)"
#, fuzzy
@ -7057,7 +7057,7 @@ msgstr "Kanal"
#~ msgstr "Host nije pronađen"
#, fuzzy
#~ msgid "Unsupported QT property (%s)"
#~ msgid "Unsupported TQt property (%s)"
#~ msgstr "Nepodržan pravac"
#, fuzzy
@ -7644,11 +7644,11 @@ msgstr "Kanal"
#~ "od\robjekta '%s': prekidam vezu"
#, fuzzy
#~ msgid "Listing Qt properties for object named \"%Q\" of KVS class %Q"
#~ msgid "Listing TQt properties for object named \"%Q\" of KVS class %Q"
#~ msgstr "Ne mogu da pronađem prozor sa ID-om '%s'"
#, fuzzy
#~ msgid "Properties for Qt class %s"
#~ msgid "Properties for TQt class %s"
#~ msgstr "Svojstva:"
#, fuzzy

@ -99,7 +99,7 @@ print_syntax()
echo " --ld_flags : Linker flags used in the KVirc compilation"
echo " --lib_dirs : Library directories used in the KVIrc compilation"
echo " --libraries : External libraries that KVIrc has been linked to"
echo " --qt_moc_path : Qt meta object compiler path"
echo " --qt_moc_path : TQt meta object compiler path"
echo " --modules_dir : KVIrc modules dir"
echo " --plugin_dir : Compat alias for modules_dir"
echo " --bin_dir : KVIrc binaries installation directory"

@ -2,7 +2,7 @@
# KVirc IRC client Makefile - 16.12.98 Szymon Stefanek <stefanek@tin.it>
###############################################################################
SUBDIRS = kvilib kvirc modules
SUBDIRS = kvilib kvirc modules tdeconf_update
headers_HEADERS=kvi_configstatus.h

@ -144,8 +144,7 @@ public:
// Carbon copy :)...fast
KviStr(const KviStr &str);
// Compat with QT...<br>
// WARNING : With QT2.x it WILL loose UNICODE data.<br>
// Compat with TQt...<br>
// Safe even if the TQString is null.
KviStr(const TQString &str);

@ -45,7 +45,7 @@ class KviHttpRequestThread;
//
// This class implements a HTTP protocol client.
// It's able to send GET, POST and HEAD requests,
// download stuff to a file or to a qt TQ_SLOT().
// download stuff to a file or to a tqt TQ_SLOT().
//
class KVILIB_API KviHttpRequest : public TQObject, public KviHeapObject

@ -1065,13 +1065,13 @@ KviTranslator::~KviTranslator()
TQString KviTranslator::find(const char *context,const char * message) const
{
// we ignore contexts for qt translations
// we ignore contexts for tqt translations
return g_pMainCatalogue->translateToTQString(message);
}
TQTranslatorMessage KviTranslator::findMessage(const char * context,const char * sourceText,const char * comment) const
{
// we ignore contexts for qt translations
// we ignore contexts for tqt translations
return TQTranslatorMessage(context,sourceText,comment,g_pMainCatalogue->translateToTQString(sourceText));
}

@ -660,7 +660,7 @@ void KviApp::contextSensitiveHelp()
TQWidget * w = g_pApp->focusWidget();
while(w)
{
//TQVariant v = w->property("contextSensitiveHelp"); <-- this prints a lot of warnings: this is a QT BUG
//TQVariant v = w->property("contextSensitiveHelp"); <-- this prints a lot of warnings: this is a TQt BUG
TQMetaObject * o = w->metaObject();
if(o)
{
@ -700,25 +700,6 @@ void KviApp::loadDefaultScript()
g_pFrame->lineUpDockWindows(); // missing on TQt 4.x
}
// 07.01.2005 06:01: Got this curious gcc error while writing
// the functions below...
// The problem is gone by simply typing make again.
// Memory/Disk transfer error ?
//
// if g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I/usr/build/kvirccvs/kvirc/src/kvilib/include/ -I/usr/build/kvirccvs/kvirc/src/kvirc/include/ -I/opt/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -I/opt/kde/include -D_REENTRANT -DREENTRANT -I/usr/X11R6/include -DGLOBAL_KVIRC_DIR=\"/usr/local/share/kvirc/3.0.1.99\" -g -MT kvi_ircconnection.o -MD -MP -MF ".deps/kvi_ircconnection.Tpo"
// -c -o kvi_ircconnection.o `test -f '../kernel/kvi_ircconnection.cpp' || echo './'`../kernel/kvi_ircconnection.cpp;
// then mv -f ".deps/kvi_ircconnection.Tpo" ".deps/kvi_ircconnection.Po";
// else rm -f ".deps/kvi_ircconnection.Tpo"; exit 1;
// fi
// /opt/qt/include/qstringlist.h:62: sorry, not implemented: `
// expr_with_file_location' not supported by dump_decl
// /opt/qt/include/qstringlist.h: In function `<declaration error>':
// /opt/qt/include/qstringlist.h:62: internal error: Segmentation fault
// Please submit a full bug report,
// with preprocessed source if appropriate.
// See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
void KviApp::checkSuggestRestoreDefaultScript()
{
static bool bSuggestedOnce = false;
@ -2019,7 +2000,7 @@ void KviApp::timerEvent(TQTimerEvent *e)
heartbeat(tNow);
}
// qvariant.h uses this , and it is included by the qt generated moc file for TQt >= 3.0.0
// qvariant.h uses this , and it is included by the tqt generated moc file for TQt >= 3.0.0
#ifdef Bool
#undef Bool
#endif

@ -240,7 +240,7 @@ protected:
// KviIrcContext interface
//
// this starts an asynchronous connection attempt
// you must return control to the qt core for the connection
// you must return control to the tqt core for the connection
// operations to be initiated
void start();
// kills any running connection or attempt

@ -554,7 +554,7 @@
For example, you can find out if the widget accepts drops by calling [classfnc]$property(acceptDrops)[classfnc].[br]
This function will be mainly useful in the [class]wrapper[/class] class.
!fn: $setProperty(<TQt property>,<property value>)
Sets a qt property for this widget.[br]
Sets a tqt property for this widget.[br]
This is for advanced scripting, and can control really many features of the TQt widgets.[br]
For example, the [class]multilineedit[/class] widgets can be set to
the "password" echo mode only by using this function call:[br]

@ -77,7 +77,7 @@ protected:
kvs_hobject_t m_hSignalSender;
TQString m_szSignalName;
// if this object wraps a qt one, it is here
// if this object wraps a tqt one, it is here
TQObject * m_pObject;
bool m_bObjectOwner; // do we have to destroy it ?

@ -162,7 +162,7 @@
(We use \\N because KVIrc will first unquote the string when parsing...)[br]
\\0 is a special escape that will be replaced by the entire match (is always valid!).[br]
WARNING: the "capture-text" feature is not available if KVIrc has been compiled
with qt older than 3.0.0. You can find out if the feature is available by
with tqt older than 3.0.0. You can find out if the feature is available by
looking for the string "TQt3" in the array returned by [fnc]$features[/fnc].[br]
[flags] may be a combination of the letters 'g','i' and 'w'.[br]
'g' causes the search to be global and not stop after the first occurence of <search pattern>.[br]

@ -293,7 +293,7 @@ KviKvsPopupMenuItemLabel::~KviKvsPopupMenuItemLabel()
void KviKvsPopupMenuItemLabel::labelDestroyed()
{
m_pLabel = 0; // someone (maybe qt, maybe us) has destroyed the label
m_pLabel = 0; // someone (maybe tqt, maybe us) has destroyed the label
}

@ -1145,7 +1145,7 @@ void KviServerParser::parseCtcpRequestVersion(KviCtcpMessage *msg)
{
TQString szVersion = "KVIrc " KVI_VERSION " '" KVI_RELEASE_NAME "' " KVI_SOURCES_DATE " - build " KVI_BUILD_DATE " - " KVI_BUILD_FLAGS;
szVersion.append(TQString(" - %1 (%2)").arg(KviOsInfo::name()).arg(KviOsInfo::release()));
//szVersion.append(TQString(" - QT Version: %1 - %2").arg(tqVersion()).arg(__tr2qs("http://www.kvirc.net/")));
//szVersion.append(TQString(" - TQt Version: %1 - %2").arg(tqVersion()).arg(__tr2qs("http://www.kvirc.net/")));
if(!KVI_OPTION_STRING(KviOption_stringCtcpVersionPostfix).isEmpty())
{
TQString sz = KVI_OPTION_STRING(KviOption_stringCtcpVersionPostfix);

@ -182,7 +182,7 @@ KviFrame::~KviFrame()
// Now start killing stuff
// Explicitly kill all the module extension toolbars: qt has NOT to delete them: we must call their "die" method
// Explicitly kill all the module extension toolbars: tqt has NOT to delete them: we must call their "die" method
while(KviMexToolBar * t = m_pModuleExtensionToolBarList->first())t->die();
delete m_pModuleExtensionToolBarList;
@ -1030,7 +1030,7 @@ void KviFrame::toggleStatusBar()
delete m_pStatusBar;
m_pStatusBar = 0;
} else {
//if(statusBar())delete statusBar(); // kill any existing status bar (QT BUG)
//if(statusBar())delete statusBar(); // kill any existing status bar (TQt BUG)
m_pStatusBar = new KviStatusBar(this);
m_pStatusBar->load();

@ -330,7 +330,7 @@ KviIrcView::KviIrcView(TQWidget *parent,KviFrame *pFrm,KviWindow *pWnd)
m_pMessagesStoppedWhileSelecting = new KviPointerList<KviIrcViewLine>;
m_pMessagesStoppedWhileSelecting->setAutoDelete(false);
// say qt to avoid erasing on repaint
// say tqt to avoid erasing on repaint
setBackgroundMode(NoBackground);
m_pFm = 0; // will be updated in the first paint event

@ -183,7 +183,7 @@ void KviListView::resizeEvent(TQResizeEvent * e)
{
KviTalListView::resizeEvent(e);
if(m_pBackgroundOverlayPixmap)
repaintContents(); // force a full repaint (otherwise qt does not honor static background here)
repaintContents(); // force a full repaint (otherwise tqt does not honor static background here)
}
#ifdef COMPILE_ON_WINDOWS

@ -1147,7 +1147,6 @@ void KviWindow::updateBackgrounds(TQObject * obj)
for(unsigned int i=0;i<list.count();i++)
{
TQObject * child = list.at(i);
// FIXME: check if this code can work with qt < 3.0.0 too
if(child->metaObject()->findProperty("TransparencyCapable",true) != -1)
((TQWidget *)child)->update();

@ -182,7 +182,7 @@ public:
// THIS is the function that should be used
const TQString & windowName(){ return m_szName; };
void setWindowName(const TQString &szName);
// force QT to set our UNICODE name too... FIXME: this should be removed later...
// force TQt to set our UNICODE name too... FIXME: this should be removed later...
virtual void setName(const char * szName);
// Window type management

@ -529,7 +529,7 @@ void KviKvsCallbackFileDialog::done(int code)
g_pApp->collectGarbage(this);
// calling dialog.unload here WILL lead to a sigsegv (this is SURE
// with a lot of qt versions that have the ugly file dialog "accept before this reference" bug)
// with a lot of tqt versions that have the ugly file dialog "accept before this reference" bug)
// to avoid it, we can execute the callback triggered by a timer...
// ... umpf ...
execute(&params);
@ -660,7 +660,7 @@ void KviKvsCallbackImageDialog::done(int code)
g_pApp->collectGarbage(this);
// calling dialog.unload here WILL lead to a sigsegv (this is SURE
// with a lot of qt versions that have the ugly file dialog "accept before this reference" bug)
// with a lot of tqt versions that have the ugly file dialog "accept before this reference" bug)
// to avoid it, we can execute the callback triggered by a timer...
// ... umpf ...
execute(&params);

@ -79,7 +79,7 @@ KviSetupPage::KviSetupPage(KviSetupWizard * w)
//setBackgroundColor(TQColor(255,0,0));
// we need this to set localized text on buttons (see QT doc/ KviTalWizard class)
// we need this to set localized text on buttons (see TQt doc/ KviTalWizard class)
w->KviTalWizard::backButton()->setText(__tr2qs("< &Back"));
w->KviTalWizard::nextButton()->setText(__tr2qs("&Next >"));
w->KviTalWizard::finishButton()->setText(__tr2qs("Finish"));

@ -104,7 +104,7 @@ KviSoundPlayer::KviSoundPlayer()
#endif //!COMPILE_ON_WINDOWS
if(TQSound::isAvailable())
m_pSoundSystemDict->insert("qt",new SoundSystemRoutine(KVI_PTR2MEMBER(KviSoundPlayer::playTQt)));
m_pSoundSystemDict->insert("tqt",new SoundSystemRoutine(KVI_PTR2MEMBER(KviSoundPlayer::playTQt)));
m_pSoundSystemDict->insert("null",new SoundSystemRoutine(KVI_PTR2MEMBER(KviSoundPlayer::playNull)));
@ -203,7 +203,7 @@ void KviSoundPlayer::detectSoundSystem()
if(TQSound::isAvailable())
{
KVI_OPTION_STRING(KviOption_stringSoundSystem) = "qt";
KVI_OPTION_STRING(KviOption_stringSoundSystem) = "tqt";
return;
}

@ -0,0 +1,7 @@
update_DATA = \
kvirc_soundsystem.upd
update_SCRIPTS = \
kvirc_soundsystem_upd.sh
updatedir = $(datadir)/apps/tdeconf_update

@ -0,0 +1,2 @@
Id=kvirc_soundsystem_qt_tqt_update
Script=kvirc_soundsystem_upd.sh,sh

@ -0,0 +1,8 @@
#!/bin/sh
# Updates kvirc sound system configuration
KVIRC_CFG_DIR=`sed -n "s/^LocalKvircDirectory=//p" "${HOME}/.trinity/share/config/kvircrc"`
if [ -n "${KVIRC_CFG_DIR}" ]; then
perl -p -i -e "s/^stringSoundSystem=qt$/stringSoundSystem=tqt/" "${KVIRC_CFG_DIR}/config/main.kvc"
fi
unset KVIRC_CFG_DIR
Loading…
Cancel
Save