summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_smil.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:37:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-04 10:15:32 +0900
commit1f99527a72e8c797114ec9524f22b47b5340d9d8 (patch)
tree935d085e4f5d7db612f1b7ae2e28582c4d748b1f /src/kmplayer_smil.cpp
parent436bc26605eddb1bc7c21b8efe6230674b86db60 (diff)
downloadkmplayer-1f99527a72e8c797114ec9524f22b47b5340d9d8.tar.gz
kmplayer-1f99527a72e8c797114ec9524f22b47b5340d9d8.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 861ae27a46c4bb5d5c67feb6d8bbb4a37961b9cd)
Diffstat (limited to 'src/kmplayer_smil.cpp')
-rw-r--r--src/kmplayer_smil.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayer_smil.cpp b/src/kmplayer_smil.cpp
index cf0a8f9..d8a0b79 100644
--- a/src/kmplayer_smil.cpp
+++ b/src/kmplayer_smil.cpp
@@ -3425,9 +3425,9 @@ KDE_NO_EXPORT void ImageRuntime::remoteReady (TQByteArray & data) {
if (!pix->isNull ()) {
cached_img.data->image = pix;
img_movie = new TQMovie (data, data.size ());
- img_movie->connectUpdate(this,TQT_SLOT(movieUpdated(const TQRect&)));
- img_movie->connectStatus (this, TQT_SLOT (movieStatus (int)));
- img_movie->connectResize(this,TQT_SLOT (movieResize(const TQSize&)));
+ img_movie->connectUpdate(this,TQ_SLOT(movieUpdated(const TQRect&)));
+ img_movie->connectStatus (this, TQ_SLOT (movieStatus (int)));
+ img_movie->connectResize(this,TQ_SLOT (movieResize(const TQSize&)));
frame_nr = 0;
mt->width = pix->width ();
mt->height = pix->height ();