diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 06:10:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 06:10:56 +0000 |
commit | 769e63d24adf5c844137484f06a972fcce732d6a (patch) | |
tree | 5185797dcb3ff4b1b3cb71d367123bf89eb2410f /src/kmplayer_rp.h | |
parent | 0a8af92185eac74d48da1225e6053a0d66c078f5 (diff) | |
download | kmplayer-769e63d24adf5c844137484f06a972fcce732d6a.tar.gz kmplayer-769e63d24adf5c844137484f06a972fcce732d6a.zip |
TQt4 port kmplayer
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1238840 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kmplayer_rp.h')
-rw-r--r-- | src/kmplayer_rp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kmplayer_rp.h b/src/kmplayer_rp.h index 5c43a0f..017086e 100644 --- a/src/kmplayer_rp.h +++ b/src/kmplayer_rp.h @@ -21,8 +21,8 @@ #ifndef _KMPLAYER_RP_H_ #define _KMPLAYER_RP_H_ -#include <qobject.h> -#include <qstring.h> +#include <tqobject.h> +#include <tqstring.h> #include "kmplayerplaylist.h" #include "kmplayer_smil.h" @@ -54,7 +54,7 @@ public: Imfl (NodePtr & d); ~Imfl (); KDE_NO_EXPORT virtual const char * nodeName () const { return "imfl"; } - virtual NodePtr childFromTag (const QString & tag); + virtual NodePtr childFromTag (const TQString & tag); virtual void closed (); virtual void defer (); // start loading the images if not yet done virtual void activate (); // start timings, handle paint events @@ -66,8 +66,8 @@ public: virtual bool handleEvent (EventPtr event); virtual void accept (Visitor *); Surface *surface (); - void repaint (); // called whenever something changes on image - Fit fit; // how to layout images + void tqrepaint (); // called whenever something changes on image + Fit fit; // how to tqlayout images unsigned int duration; // cached attributes of head TimerInfoPtrW duration_timer; SurfacePtrW rp_surface; @@ -182,7 +182,7 @@ public: CachedImage cached_img; bool expose () const { return false; } protected: - virtual void remoteReady (QByteArray & data); + virtual void remoteReady (TQByteArray & data); }; } // RP namespace |