From a809161606f1072987c9b4acaf943e0de82fe624 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Feb 2024 19:56:26 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 3d8bcf0b07ce88fc1c3b9f48a5b260df75287a57) --- src/kreplacements/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. -- cgit v1.2.1