diff options
author | Michele Calgaro <[email protected]> | 2024-01-02 11:37:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-04 10:16:27 +0900 |
commit | 790a2c0ae8cdf5b581de86f072cec3f8326bf0b9 (patch) | |
tree | aac6a821470acea6fe5d721e3bf8867004635b36 | |
parent | 52f017aaa73b499ee8a852092ea0c27bf8a8e3bb (diff) | |
download | mplayerthumbs-790a2c0ae8cdf5b581de86f072cec3f8326bf0b9.tar.gz mplayerthumbs-790a2c0ae8cdf5b581de86f072cec3f8326bf0b9.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit af44b436fba548fef74f738ee0716537ae2eee5e)
-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() |