diff options
Diffstat (limited to 'kttsd/libkttsd/pluginproc.h')
-rw-r--r-- | kttsd/libkttsd/pluginproc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kttsd/libkttsd/pluginproc.h b/kttsd/libkttsd/pluginproc.h index 405e5d7..473fdd0 100644 --- a/kttsd/libkttsd/pluginproc.h +++ b/kttsd/libkttsd/pluginproc.h @@ -21,7 +21,7 @@ #include <tqobject.h> #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "kdeexportfix.h" #include <tdeconfig.h> @@ -112,7 +112,7 @@ * If @ref supportsAsync returns False, KTTSD will run the plugin in a separate * TQThread. As a consequence, the plugin must not make use of the KDE Library, * when @ref sayText or @ref synthText is called, -* with the exception of TDEProcess and family (KProcIO, KShellProcess). +* with the exception of TDEProcess and family (TDEProcIO, KShellProcess). * This restriction comes about because the KDE Libraries make use of the * main TQt event loop, which unfortunately, runs only in the main thread. * This restriction will likely be lifted in TQt 4 and later. @@ -227,8 +227,8 @@ enum pluginState psFinished = 3 /**< Plugin has finished synthesizing. Audio file is ready. */ }; -class KDE_EXPORT PlugInProc : virtual public TQObject{ - Q_OBJECT +class TDE_EXPORT PlugInProc : virtual public TQObject{ + TQ_OBJECT public: |