diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /arts/kde/kplayobject.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-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/kplayobject.h')
-rw-r--r-- | arts/kde/kplayobject.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arts/kde/kplayobject.h b/arts/kde/kplayobject.h index 959e46810..907723cf3 100644 --- a/arts/kde/kplayobject.h +++ b/arts/kde/kplayobject.h @@ -25,7 +25,7 @@ #include "kmedia2.h" #include "soundserver.h" #include <kurl.h> -#include <qobject.h> +#include <tqobject.h> class KDE_EXPORT KPlayObject : public QObject { @@ -84,7 +84,7 @@ public: /** * Reimplemented (Arts::PlayObject Wrapper) */ - QString description(); + TQString description(); /** * Reimplemented (Arts::PlayObject Wrapper) @@ -104,7 +104,7 @@ public: /** * Reimplemented (Arts::PlayObject Wrapper) */ - QString mediaName(); + TQString mediaName(); /** * Reimplemented (Arts::PlayObject Wrapper) @@ -163,7 +163,7 @@ class PlayObjectFactory; * This has some side effects that developers need to be aware of: * Until the real Arts::PlayObject got created, * - the capabilities() method returns "zero" capabilities, - * - description() and mediaName() will return a null QString, + * - description() and mediaName() will return a null TQString, * - currentTime() and overallTime() will return "zero", * - despite the fact that isNull() returns "false", object().isNull() * will return "true". If you need to directly access methods of the @@ -239,7 +239,7 @@ public: /** * Reimplemented (Arts::PlayObject Wrapper) */ - QString description(); + TQString description(); /** * Reimplemented (Arts::PlayObject Wrapper) @@ -260,7 +260,7 @@ public: /** * Reimplemented (Arts::PlayObject Wrapper) */ - QString mediaName(); + TQString mediaName(); /** * returns the internal state of the PlayObject. The state can be @@ -293,7 +293,7 @@ private: /* private constructors, to prevent instantiation and copying */ PlayObject(); - PlayObject( const PlayObject& ) : QObject() {}; + PlayObject( const PlayObject& ) : TQObject() {}; PlayObject(Arts::PlayObject playobject, bool isStream); PlayObject( Arts::SoundServerV2 server, const KURL& url, bool isStream, bool createBUS ); |