summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/plugins')
-rw-r--r--kttsd/plugins/command/commandconf.h2
-rw-r--r--kttsd/plugins/command/commandproc.h2
-rw-r--r--kttsd/plugins/epos/eposconf.h2
-rw-r--r--kttsd/plugins/epos/eposproc.h2
-rw-r--r--kttsd/plugins/festivalint/festivalintconf.h2
-rw-r--r--kttsd/plugins/festivalint/festivalintproc.h2
-rw-r--r--kttsd/plugins/flite/fliteconf.h2
-rw-r--r--kttsd/plugins/flite/fliteproc.h2
-rw-r--r--kttsd/plugins/freetts/freettsconf.h2
-rw-r--r--kttsd/plugins/freetts/freettsproc.h2
-rw-r--r--kttsd/plugins/hadifix/hadifixconf.h2
-rw-r--r--kttsd/plugins/hadifix/hadifixproc.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/kttsd/plugins/command/commandconf.h b/kttsd/plugins/command/commandconf.h
index 2ab9810..1bb2a89 100644
--- a/kttsd/plugins/command/commandconf.h
+++ b/kttsd/plugins/command/commandconf.h
@@ -36,7 +36,7 @@ class KProgressDialog;
class CommandConf : public PlugInConf {
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
diff --git a/kttsd/plugins/command/commandproc.h b/kttsd/plugins/command/commandproc.h
index 71eb8be..26f2494 100644
--- a/kttsd/plugins/command/commandproc.h
+++ b/kttsd/plugins/command/commandproc.h
@@ -29,7 +29,7 @@ class TQTextCodec;
class CommandProc : public PlugInProc{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
diff --git a/kttsd/plugins/epos/eposconf.h b/kttsd/plugins/epos/eposconf.h
index bfbe346..f9cc7b1 100644
--- a/kttsd/plugins/epos/eposconf.h
+++ b/kttsd/plugins/epos/eposconf.h
@@ -43,7 +43,7 @@ class KProgressDialog;
class EposConf : public PlugInConf {
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
diff --git a/kttsd/plugins/epos/eposproc.h b/kttsd/plugins/epos/eposproc.h
index e0fe6d3..103481e 100644
--- a/kttsd/plugins/epos/eposproc.h
+++ b/kttsd/plugins/epos/eposproc.h
@@ -37,7 +37,7 @@ class TQTextCodec;
class EposProc : public PlugInProc{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kttsd/plugins/festivalint/festivalintconf.h b/kttsd/plugins/festivalint/festivalintconf.h
index 9af75c2..40f520a 100644
--- a/kttsd/plugins/festivalint/festivalintconf.h
+++ b/kttsd/plugins/festivalint/festivalintconf.h
@@ -56,7 +56,7 @@ typedef struct voiceStruct{
class FestivalIntConf : public PlugInConf {
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
diff --git a/kttsd/plugins/festivalint/festivalintproc.h b/kttsd/plugins/festivalint/festivalintproc.h
index 71fe6e4..34af896 100644
--- a/kttsd/plugins/festivalint/festivalintproc.h
+++ b/kttsd/plugins/festivalint/festivalintproc.h
@@ -35,7 +35,7 @@ class TQTextCodec;
class FestivalIntProc : public PlugInProc{
Q_OBJECT
- TQ_OBJECT
+
public:
enum SupportsSSML {
diff --git a/kttsd/plugins/flite/fliteconf.h b/kttsd/plugins/flite/fliteconf.h
index ca84926..92ed8be 100644
--- a/kttsd/plugins/flite/fliteconf.h
+++ b/kttsd/plugins/flite/fliteconf.h
@@ -42,7 +42,7 @@ class KProgressDialog;
class FliteConf : public PlugInConf {
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
diff --git a/kttsd/plugins/flite/fliteproc.h b/kttsd/plugins/flite/fliteproc.h
index 00d9c51..0a29314 100644
--- a/kttsd/plugins/flite/fliteproc.h
+++ b/kttsd/plugins/flite/fliteproc.h
@@ -35,7 +35,7 @@ class KProcess;
class FliteProc : public PlugInProc{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kttsd/plugins/freetts/freettsconf.h b/kttsd/plugins/freetts/freettsconf.h
index 7095da5..29e98e4 100644
--- a/kttsd/plugins/freetts/freettsconf.h
+++ b/kttsd/plugins/freetts/freettsconf.h
@@ -33,7 +33,7 @@ class KProgressDialog;
class FreeTTSConf : public PlugInConf {
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
diff --git a/kttsd/plugins/freetts/freettsproc.h b/kttsd/plugins/freetts/freettsproc.h
index 8383f53..54a2f0c 100644
--- a/kttsd/plugins/freetts/freettsproc.h
+++ b/kttsd/plugins/freetts/freettsproc.h
@@ -28,7 +28,7 @@ class KProcess;
class FreeTTSProc : public PlugInProc{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kttsd/plugins/hadifix/hadifixconf.h b/kttsd/plugins/hadifix/hadifixconf.h
index 8f56126..cc6d1e5 100644
--- a/kttsd/plugins/hadifix/hadifixconf.h
+++ b/kttsd/plugins/hadifix/hadifixconf.h
@@ -12,7 +12,7 @@ class HadifixConfPrivate;
class HadifixConf : public PlugInConf {
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
diff --git a/kttsd/plugins/hadifix/hadifixproc.h b/kttsd/plugins/hadifix/hadifixproc.h
index b26e2df..fb27824 100644
--- a/kttsd/plugins/hadifix/hadifixproc.h
+++ b/kttsd/plugins/hadifix/hadifixproc.h
@@ -27,7 +27,7 @@ class KProcess;
class HadifixProcPrivate;
class HadifixProc : public PlugInProc{
Q_OBJECT
- TQ_OBJECT
+
public:
enum VoiceGender {