diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:51 +0000 |
commit | 8f7fea12cf19b06203f5e74aa53822fea0b90bf3 (patch) | |
tree | 8c7b671d950784db9f52b9067409818bfd0fc099 /kttsd/plugins | |
parent | 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (diff) | |
download | tdeaccessibility-8f7fea12cf19b06203f5e74aa53822fea0b90bf3.tar.gz tdeaccessibility-8f7fea12cf19b06203f5e74aa53822fea0b90bf3.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1158414 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kttsd/plugins')
-rw-r--r-- | kttsd/plugins/command/commandproc.h | 2 | ||||
-rw-r--r-- | kttsd/plugins/epos/eposproc.h | 2 | ||||
-rw-r--r-- | kttsd/plugins/festivalint/festivalintconf.h | 2 | ||||
-rw-r--r-- | kttsd/plugins/festivalint/festivalintproc.h | 2 | ||||
-rw-r--r-- | kttsd/plugins/freetts/freettsconf.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kttsd/plugins/command/commandproc.h b/kttsd/plugins/command/commandproc.h index d5027c5..c1880be 100644 --- a/kttsd/plugins/command/commandproc.h +++ b/kttsd/plugins/command/commandproc.h @@ -25,7 +25,7 @@ #include <pluginproc.h> class KProcess; -class QTextCodec; +class TQTextCodec; class CommandProc : public PlugInProc{ Q_OBJECT diff --git a/kttsd/plugins/epos/eposproc.h b/kttsd/plugins/epos/eposproc.h index d0fe9ba..b12783a 100644 --- a/kttsd/plugins/epos/eposproc.h +++ b/kttsd/plugins/epos/eposproc.h @@ -33,7 +33,7 @@ #include <pluginproc.h> class KProcess; -class QTextCodec; +class TQTextCodec; class EposProc : public PlugInProc{ Q_OBJECT diff --git a/kttsd/plugins/festivalint/festivalintconf.h b/kttsd/plugins/festivalint/festivalintconf.h index 6a33009..5282394 100644 --- a/kttsd/plugins/festivalint/festivalintconf.h +++ b/kttsd/plugins/festivalint/festivalintconf.h @@ -40,7 +40,7 @@ #include "festivalintproc.h" class KProgressDialog; -class QDomNode; +class TQDomNode; typedef struct voiceStruct{ TQString code; // Code as sent to Festival diff --git a/kttsd/plugins/festivalint/festivalintproc.h b/kttsd/plugins/festivalint/festivalintproc.h index bae9578..4425245 100644 --- a/kttsd/plugins/festivalint/festivalintproc.h +++ b/kttsd/plugins/festivalint/festivalintproc.h @@ -31,7 +31,7 @@ #include <pluginproc.h> -class QTextCodec; +class TQTextCodec; class FestivalIntProc : public PlugInProc{ Q_OBJECT diff --git a/kttsd/plugins/freetts/freettsconf.h b/kttsd/plugins/freetts/freettsconf.h index b8e252e..cc39b59 100644 --- a/kttsd/plugins/freetts/freettsconf.h +++ b/kttsd/plugins/freetts/freettsconf.h @@ -28,7 +28,7 @@ #include "freettsconfigwidget.h" #include "freettsproc.h" -class QStringList; +class TQStringList; class KProgressDialog; class FreeTTSConf : public PlugInConf { |