From 71061104fa6242b2e0bf08b0920e08ee2f2924c5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:02 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 60da1801389e3c729d440a353003acca39a7c3b6. --- src/kde/kchmviewwindow_khtmlpart.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/kde/kchmviewwindow_khtmlpart.cpp') diff --git a/src/kde/kchmviewwindow_khtmlpart.cpp b/src/kde/kchmviewwindow_khtmlpart.cpp index ebf1209..d6cb639 100644 --- a/src/kde/kchmviewwindow_khtmlpart.cpp +++ b/src/kde/kchmviewwindow_khtmlpart.cpp @@ -19,7 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include +#include #include #include @@ -44,7 +44,7 @@ KCHMViewWindow_KHTMLPart::KCHMViewWindow_KHTMLPart( TQTabWidget * parent ) m_currentEncoding = 0; m_searchForward = true; - invalidate(); + tqinvalidate(); connect( browserExtension(), TQT_SIGNAL( openURLRequest( const KURL &, const KParts::URLArgs & ) ), this, TQT_SLOT ( onOpenURLRequest( const KURL &, const KParts::URLArgs & )) ); @@ -81,7 +81,7 @@ void KCHMViewWindow_KHTMLPart::setZoomFactor( int zoom ) KHTMLPart::setZoomFactor ( 100 + (m_zoomfactor * 10) ); } -void KCHMViewWindow_KHTMLPart::invalidate( ) +void KCHMViewWindow_KHTMLPart::tqinvalidate( ) { m_zoomfactor = 0; m_searchForward = true; @@ -92,7 +92,7 @@ void KCHMViewWindow_KHTMLPart::invalidate( ) setMetaRefreshEnabled ( appConfig.m_kdeEnableRefresh ); setPluginsEnabled ( appConfig.m_kdeEnablePlugins ); - KCHMViewWindow::invalidate( ); + KCHMViewWindow::tqinvalidate( ); } int KCHMViewWindow_KHTMLPart::getScrollbarPosition( ) @@ -152,7 +152,7 @@ void KCHMViewWindow_KHTMLPart::clipCopy() TQString text = selectedText(); if ( !text.isEmpty() ) - TQApplication::clipboard()->setText( text ); + TQApplication::tqclipboard()->setText( text ); } void KCHMViewWindow_KHTMLPart::onPopupMenu ( const TQString &url, const TQPoint & point ) -- cgit v1.2.3