Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 4 months ago
parent f6013a4a80
commit af44b436fb
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