summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:37:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:37:55 +0900
commitaf44b436fba548fef74f738ee0716537ae2eee5e (patch)
treeaac6a821470acea6fe5d721e3bf8867004635b36
parentf6013a4a80d2356c46f64d2ab4b15badff61869a (diff)
downloadmplayerthumbs-af44b436.tar.gz
mplayerthumbs-af44b436.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/config/mplayer-thumbnailer-config.cpp2
1 files changed, 1 insertions, 1 deletions
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()