Rename additional members for tqt3

pull/1/head
Timothy Pearson 12 years ago
parent bdc29cf03f
commit dfd243f996

@ -88,7 +88,7 @@ int InitPluginKateFileListLoader::initKate()
{
kdDebug()<<"Action slot was found, it will be called now"<<endl;
TQUObject o[ 1 ];
mod->module->qt_invoke( id, o );
mod->module->tqt_invoke( id, o );
} */
}
return 0;

@ -62,7 +62,7 @@ void PluginKateFileListLoader::updateInit()
{
/*if (application()->initPluginManager()->initPlugin())
{
if (application()->initPluginManager()->initPlugin()->qt_cast("InitPluginKateFileListLoader")) //That's needed, if the plugin is loaded during a configuration change
if (application()->initPluginManager()->initPlugin()->tqt_cast("InitPluginKateFileListLoader")) //That's needed, if the plugin is loaded during a configuration change
m_saveURL=application()->initPluginManager()->initScript();
}
else*/ m_saveURL=KURL();

@ -363,7 +363,7 @@ void SchemaConfig::editValueRegexp()
{
KRegExpEditorInterface *iface =
static_cast<KRegExpEditorInterface*>(
mRegexpEditor->qt_cast( "KRegExpEditorInterface")
mRegexpEditor->tqt_cast( "KRegExpEditorInterface")
);
iface->setRegExp(mValueEdit->text());

Loading…
Cancel
Save