summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ22
1 files changed, 11 insertions, 11 deletions
diff --git a/FAQ b/FAQ
index c9355db..8a05da9 100644
--- a/FAQ
+++ b/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