From 769e63d24adf5c844137484f06a972fcce732d6a Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 30 Jun 2011 06:10:56 +0000 Subject: 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 --- src/kmplayer_rp.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/kmplayer_rp.h') 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 -#include +#include +#include #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 -- cgit v1.2.1