From 8f7fea12cf19b06203f5e74aa53822fea0b90bf3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:12:51 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1158414 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kttsd/plugins/command/commandproc.h | 2 +- kttsd/plugins/epos/eposproc.h | 2 +- kttsd/plugins/festivalint/festivalintconf.h | 2 +- kttsd/plugins/festivalint/festivalintproc.h | 2 +- kttsd/plugins/freetts/freettsconf.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kttsd/plugins') 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 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 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 -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 { -- cgit v1.2.1