diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 11:37:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 11:37:55 +0900 |
commit | af44b436fba548fef74f738ee0716537ae2eee5e (patch) | |
tree | aac6a821470acea6fe5d721e3bf8867004635b36 /src | |
parent | f6013a4a80d2356c46f64d2ab4b15badff61869a (diff) | |
download | mplayerthumbs-af44b436fba548fef74f738ee0716537ae2eee5e.tar.gz mplayerthumbs-af44b436fba548fef74f738ee0716537ae2eee5e.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/config/mplayer-thumbnailer-config.cpp | 2 |
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() |