From 2242eb95a7bcd686207e2043340fed5ccc8b7609 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:15:28 -0600 Subject: Rename additional members for tqt3 --- konqueror/konq_view.cc | 8 ++++---- konqueror/sidebar/konqsidebarplugin.cpp | 2 +- konqueror/sidebar/sidebar_widget.cpp | 2 +- konqueror/sidebar/trees/dirtree_module/dirtree_module.cpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'konqueror') diff --git a/konqueror/konq_view.cc b/konqueror/konq_view.cc index 8037b3927..88fdf0147 100644 --- a/konqueror/konq_view.cc +++ b/konqueror/konq_view.cc @@ -1082,7 +1082,7 @@ bool KonqView::callExtensionMethod( const char *methodName ) return false; TQUObject o[ 1 ]; - obj->qt_invoke( id, o ); + obj->tqt_invoke( id, o ); return true; } @@ -1099,7 +1099,7 @@ bool KonqView::callExtensionBoolMethod( const char *methodName, bool value ) static_TQUType_bool.set( o + 1, value ); - obj->qt_invoke( id, o ); + obj->tqt_invoke( id, o ); return true; } @@ -1116,7 +1116,7 @@ bool KonqView::callExtensionStringMethod( const char *methodName, TQString value static_TQUType_TQString.set( o + 1, value ); - obj->qt_invoke( id, o ); + obj->tqt_invoke( id, o ); return true; } @@ -1133,7 +1133,7 @@ bool KonqView::callExtensionURLMethod( const char *methodName, const KURL& value static_TQUType_ptr.set( o + 1, &value ); - obj->qt_invoke( id, o ); + obj->tqt_invoke( id, o ); return true; } diff --git a/konqueror/sidebar/konqsidebarplugin.cpp b/konqueror/sidebar/konqsidebarplugin.cpp index 75e762d35..52cfc11f9 100644 --- a/konqueror/sidebar/konqsidebarplugin.cpp +++ b/konqueror/sidebar/konqsidebarplugin.cpp @@ -52,7 +52,7 @@ void KonqSidebarPlugin::handlePreviewOnMouseOver(const KFileItem& /*items*/) {} bool KonqSidebarPlugin::universalMode() { if (!parent()) return false; - KonqSidebarIface *ksi=static_cast(parent()->qt_cast("KonqSidebarIface")); + KonqSidebarIface *ksi=static_cast(parent()->tqt_cast("KonqSidebarIface")); if (!ksi) return false; kdDebug()<<"calling KonqSidebarIface->universalMode()"<universalMode(); diff --git a/konqueror/sidebar/sidebar_widget.cpp b/konqueror/sidebar/sidebar_widget.cpp index 056671cab..2d46aecd6 100644 --- a/konqueror/sidebar/sidebar_widget.cpp +++ b/konqueror/sidebar/sidebar_widget.cpp @@ -680,7 +680,7 @@ void Sidebar_Widget::stdAction(const char *handlestd) return; 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; } diff --git a/konqueror/sidebar/trees/dirtree_module/dirtree_module.cpp b/konqueror/sidebar/trees/dirtree_module/dirtree_module.cpp index 315bfbc15..0c242a9b3 100644 --- a/konqueror/sidebar/trees/dirtree_module/dirtree_module.cpp +++ b/konqueror/sidebar/trees/dirtree_module/dirtree_module.cpp @@ -38,7 +38,7 @@ KonqSidebarDirTreeModule::KonqSidebarDirTreeModule( KonqSidebarTree * parentTree KonqSidebarPlugin * plugin = parentTree->part(); // KonqSidebarPlugin::universalMode() is protected :-| if ( plugin->parent() ) { - KonqSidebarIface * ksi = static_cast( plugin->parent()->qt_cast( "KonqSidebarIface" ) ); + KonqSidebarIface * ksi = static_cast( plugin->parent()->tqt_cast( "KonqSidebarIface" ) ); universalMode = ksi ? ksi->universalMode() : false; } */ -- cgit v1.2.3