summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 19:56:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 19:56:26 +0900
commit3d8bcf0b07ce88fc1c3b9f48a5b260df75287a57 (patch)
treeeea1a5801182c21d3483c6041c2de9445d9027b1 /src
parent2065ffa4d02f8a0a799cb7907879ba184949b52c (diff)
downloadkdiff3-3d8bcf0b07ce88fc1c3b9f48a5b260df75287a57.tar.gz
kdiff3-3d8bcf0b07ce88fc1c3b9f48a5b260df75287a57.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/kreplacements/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kreplacements/README b/src/kreplacements/README
index fd9411c..6c8852d 100644
--- a/src/kreplacements/README
+++ b/src/kreplacements/README
@@ -5,7 +5,7 @@ I want to be able to compile and use KDiff3 without KDE too.
Since KDiff3 is a KDE program, which uses many KDE-classes and
functions there must be some replacement.
-In many cases this is just the corresponding Qt-class, but often
+In many cases this is just the corresponding TQt-class, but often
I wrote something myself. For several very KDE-specific functions
there is no real replacement, but only stub functions that allow
the program to compile and link.
@@ -21,7 +21,7 @@ kreplacements.cpp.
The *.moc-files are dummies. The new KDE-philosophy seems to be
that *.moc-files are directly included into the sources.
-The Qt-philosophy still is to generate moc*.cpp files which will
+The TQt-philosophy still is to generate moc*.cpp files which will
be compiled seperately. With these dummy-moc-files both versions
can be compiled.