Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit af44b436fb)
r14.1.x
Michele Calgaro 5 months ago
parent 52f017aaa7
commit 790a2c0ae8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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()

Loading…
Cancel
Save