From 1f99527a72e8c797114ec9524f22b47b5340d9d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jan 2024 11:37:36 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 861ae27a46c4bb5d5c67feb6d8bbb4a37961b9cd) --- src/kmplayer_smil.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kmplayer_smil.cpp') 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 (); -- cgit v1.2.3