diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 12:45:02 +0900 |
commit | a809161606f1072987c9b4acaf943e0de82fe624 (patch) | |
tree | b3c1343e4fdcac5b4e31d8497b8f17ac13029567 /src/kreplacements | |
parent | 79daa6a12bd88ee9b3283d43e6a3bcd955d39cd1 (diff) | |
download | kdiff3-a809161606f1072987c9b4acaf943e0de82fe624.tar.gz kdiff3-a809161606f1072987c9b4acaf943e0de82fe624.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3d8bcf0b07ce88fc1c3b9f48a5b260df75287a57)
Diffstat (limited to 'src/kreplacements')
-rw-r--r-- | src/kreplacements/README | 4 |
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. |