summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/command
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:43:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:50:48 +0900
commita62657e2c7c0fc95f44b7000a9ab67257bd811ae (patch)
tree487355a2001ddfb90ec5d1c109aef836df143133 /kttsd/plugins/command
parentb7c4d97ef131590e9f3ed46697ced1e269cfbd78 (diff)
downloadtdeaccessibility-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/plugins/command')
-rw-r--r--kttsd/plugins/command/README2
1 files changed, 1 insertions, 1 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.