summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_rp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmplayer_rp.h')
-rw-r--r--src/kmplayer_rp.h12
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