diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:43:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:51:21 +0900 |
commit | 5cb2e07c10dfd6124d06178fa78321f339511133 (patch) | |
tree | 7a9a7abeb508399996c873a0769fad17269fd2d1 /kttsd/plugins/freetts/README | |
parent | 139aa39b7205f3a9618e5b1a34b1a8943bc0025f (diff) | |
download | tdeaccessibility-5cb2e07c10dfd6124d06178fa78321f339511133.tar.gz tdeaccessibility-5cb2e07c10dfd6124d06178fa78321f339511133.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a62657e2c7c0fc95f44b7000a9ab67257bd811ae)
Diffstat (limited to 'kttsd/plugins/freetts/README')
-rw-r--r-- | kttsd/plugins/freetts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/freetts/README b/kttsd/plugins/freetts/README index d4706b9..ee2e804 100644 --- a/kttsd/plugins/freetts/README +++ b/kttsd/plugins/freetts/README @@ -2,5 +2,5 @@ This is the directory containing the FreeTTS plug in. If you intend to edit the GUI (freettsconfig.ui) you will have to first copy kttsd/libkttsd/pluginconf.h to a standard include directory like $TDEDIR/include/ since the interface has been tweaked to derive -from PlugInConf instead of QWidget and Qt Designer refuses to open it +from PlugInConf instead of TQWidget and Qt Designer refuses to open it if the header is not properly place. |