summaryrefslogtreecommitdiffstats
path: root/akregator/src/speechclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/speechclient.h')
-rw-r--r--akregator/src/speechclient.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/akregator/src/speechclient.h b/akregator/src/speechclient.h
index 03cf681a1..56e1c7148 100644
--- a/akregator/src/speechclient.h
+++ b/akregator/src/speechclient.h
@@ -28,7 +28,7 @@
#include <kspeechsink.h>
#include "kspeech_stub.h"
-#include <qobject.h>
+#include <tqobject.h>
class QString;
template <class T> class QValueList;
@@ -38,7 +38,7 @@ namespace Akregator
class Article;
-class SpeechClient : public QObject, public KSpeech_stub, virtual public KSpeechSink
+class SpeechClient : public TQObject, public KSpeech_stub, virtual public KSpeechSink
{
Q_OBJECT
@@ -51,9 +51,9 @@ class SpeechClient : public QObject, public KSpeech_stub, virtual public KSpeech
public slots:
- void slotSpeak(const QString& text, const QString& language);
+ void slotSpeak(const TQString& text, const TQString& language);
void slotSpeak(const Article& article);
- void slotSpeak(const QValueList<Article>& articles);
+ void slotSpeak(const TQValueList<Article>& articles);
void slotAbortJobs();
signals:
@@ -71,7 +71,7 @@ class SpeechClient : public QObject, public KSpeech_stub, virtual public KSpeech
SpeechClient();
void setupSpeechSystem();
- ASYNC textRemoved(const QCString& appId, uint jobNum);
+ ASYNC textRemoved(const TQCString& appId, uint jobNum);
private: