summaryrefslogtreecommitdiffstats
path: root/arts/kde/kaudioplaystream.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /arts/kde/kaudioplaystream.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'arts/kde/kaudioplaystream.h')
-rw-r--r--arts/kde/kaudioplaystream.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/arts/kde/kaudioplaystream.h b/arts/kde/kaudioplaystream.h
index 8f34cc8c9..0d8e6b41c 100644
--- a/arts/kde/kaudioplaystream.h
+++ b/arts/kde/kaudioplaystream.h
@@ -20,9 +20,9 @@
#ifndef KAUDIOPLAYSTREAM_H
#define KAUDIOPLAYSTREAM_H
-#include <qobject.h>
+#include <tqobject.h>
-#include <qcstring.h>
+#include <tqcstring.h>
#include <stdsynthmodule.h>
#include <kdelibs_export.h>
@@ -39,7 +39,7 @@ class KAudioPlayStreamPrivate;
* @since 3.2
*/
-class KDE_ARTS_EXPORT KAudioPlayStream : public QObject {
+class KDE_ARTS_EXPORT KAudioPlayStream : public TQObject {
Q_OBJECT
public:
/**
@@ -51,7 +51,7 @@ public:
* @param parent You will propably want to pass the server as parent to so this stream gets deleted before the server disappears.
* @param name The name of the stream.
*/
- KAudioPlayStream( KArtsServer* server, const QString title, QObject* parent=0, const char* name=0 );
+ KAudioPlayStream( KArtsServer* server, const TQString title, TQObject* parent=0, const char* name=0 );
/**
* Destructs the KAudioPlayStream.
*/
@@ -96,13 +96,13 @@ public slots:
* Write data into the inputbuffer.
* If you ignore the signal noData() it will play 0 ( silence ).
*/
- void write( QByteArray& data );
+ void write( TQByteArray& data );
signals:
/**
* This signal is emitted when audio should be played.
* You have to fill the array with data.
*/
- void requestData( QByteArray& );
+ void requestData( TQByteArray& );
/**
* Is emitted when the state changes.