From af44b436fba548fef74f738ee0716537ae2eee5e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jan 2024 11:37:55 +0900 Subject: [PATCH] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- src/config/mplayer-thumbnailer-config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/mplayer-thumbnailer-config.cpp b/src/config/mplayer-thumbnailer-config.cpp index ee15917..4a73120 100644 --- a/src/config/mplayer-thumbnailer-config.cpp +++ b/src/config/mplayer-thumbnailer-config.cpp @@ -43,7 +43,7 @@ MPlayerThumbnailerConfig::MPlayerThumbnailerConfig(TQWidget *parent, const char addPage( vbox, i18n("General"), "mplayer" ); kdDebug() << "config->mplayerbin().isNull()::" << config->mplayerbin().length() << endl; if(!config->mplayerbin().length() ) - TQTimer::singleShot( 100, this, SLOT(autoFindPath())); + TQTimer::singleShot( 100, this, TQ_SLOT(autoFindPath())); } MPlayerThumbnailerConfig::~MPlayerThumbnailerConfig()