Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 7 months ago
parent b7c4d97ef1
commit a62657e2c7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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.

@ -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.

@ -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>

Loading…
Cancel
Save