diff options
Diffstat (limited to 'src/kreplacements/README')
-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. |