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:50:48 +0900 |
commit | a62657e2c7c0fc95f44b7000a9ab67257bd811ae (patch) | |
tree | 487355a2001ddfb90ec5d1c109aef836df143133 /kttsd | |
parent | b7c4d97ef131590e9f3ed46697ced1e269cfbd78 (diff) | |
download | tdeaccessibility-a62657e2c7c0fc95f44b7000a9ab67257bd811ae.tar.gz tdeaccessibility-a62657e2c7c0fc95f44b7000a9ab67257bd811ae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd')
-rw-r--r-- | kttsd/plugins/command/README | 2 | ||||
-rw-r--r-- | kttsd/plugins/freetts/README | 2 | ||||
-rw-r--r-- | kttsd/plugins/hadifix/voicefileui.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kttsd/plugins/command/README b/kttsd/plugins/command/README index fbba4f8..5bfafa4 100644 --- a/kttsd/plugins/command/README +++ b/kttsd/plugins/command/README @@ -4,5 +4,5 @@ This plug in is developed and maintained by Gunnar Schmi Dt. If you intend to edit the GUI (commandconfwidget.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 placed. 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. diff --git a/kttsd/plugins/hadifix/voicefileui.ui b/kttsd/plugins/hadifix/voicefileui.ui index 19c63a4..dd6eab2 100644 --- a/kttsd/plugins/hadifix/voicefileui.ui +++ b/kttsd/plugins/hadifix/voicefileui.ui @@ -107,7 +107,7 @@ <include location="local" impldecl="in implementation">voicefileui.ui.h</include> </includes> <variables> - <variable access="public">QString mbrola;</variable> + <variable access="public">TQString mbrola;</variable> </variables> <Q_SLOTS> <slot>genderButton_clicked()</slot> |