From f138d74fe16092003b06f5bde9663841929cde7f Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 22:17:08 +0000 Subject: TQt4 port kdeaccessibility This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1237325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksayit/src/ksayit_ttsplugin.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ksayit/src/ksayit_ttsplugin.h') diff --git a/ksayit/src/ksayit_ttsplugin.h b/ksayit/src/ksayit_ttsplugin.h index e0f8d31..bb3e9f9 100644 --- a/ksayit/src/ksayit_ttsplugin.h +++ b/ksayit/src/ksayit_ttsplugin.h @@ -37,7 +37,7 @@ * \p createPlugin() returns a pointer to an instance of your class. * The Plugin Handler of KSayIt calls this function with a parameter pointing * to the main application instance, as delivered by \p KApplication::kApplication(). - * This pointer can be used for any reason i.e. to install a Qt translator.\n + * This pointer can be used for any reason i.e. to install a TQt translator.\n * An instance of your class should be deleted by use of \p destroyPlugin().\n * Example: \code @@ -54,7 +54,7 @@ } }; \endcode - * KSayIt expects two Qt-signals from the plugin:\n + * KSayIt expects two TQt-signals from the plugin:\n * \p signalPluginFinished() must be emitted when the plugin is finished, * i.e. a task to speak text has been finished.\n * \p signalPluginFailed() is optional and shall emitted if the processing @@ -62,10 +62,10 @@ \author Robert Vogl */ -class TTSPlugin : public QObject +class TTSPlugin : public TQObject { protected: - TTSPlugin(TQObject *parent, const char *name) : TQObject(parent, name){}; + TTSPlugin(TQObject *tqparent, const char *name) : TQObject(tqparent, name){}; public: /** Returns the name of the plugin. This name is the unique identifier @@ -109,7 +109,7 @@ public: * In this case, KSayIt uses a built-in audio player to play back * the file via aRts.\n * If this plugin provides its own audio output mechanisms, then return - * \p TQString::null.\n + * \p TQString().\n * The TTS processing shall be implemented non-blocking, i.e. this function has * to return a valid string as soon as possible, before the typically time * consuming TTS processing starts. The synchronization with KSayIt shall -- cgit v1.2.1