From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/kde/kplayobject.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'arts/kde/kplayobject.h') 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 -#include +#include 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 ); -- cgit v1.2.3