diff options
Diffstat (limited to 'src/tde/kchmviewwindow_tdehtmlpart.cpp')
| -rw-r--r-- | src/tde/kchmviewwindow_tdehtmlpart.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tde/kchmviewwindow_tdehtmlpart.cpp b/src/tde/kchmviewwindow_tdehtmlpart.cpp index 3a57e35..fc6a3ad 100644 --- a/src/tde/kchmviewwindow_tdehtmlpart.cpp +++ b/src/tde/kchmviewwindow_tdehtmlpart.cpp @@ -46,11 +46,11 @@ KCHMViewWindow_TDEHTMLPart::KCHMViewWindow_TDEHTMLPart( TQTabWidget * parent ) invalidate(); - connect( browserExtension(), TQT_SIGNAL( openURLRequest( const KURL &, const KParts::URLArgs & ) ), - this, TQT_SLOT ( onOpenURLRequest( const KURL &, const KParts::URLArgs & )) ); + connect( browserExtension(), TQ_SIGNAL( openURLRequest( const KURL &, const KParts::URLArgs & ) ), + this, TQ_SLOT ( onOpenURLRequest( const KURL &, const KParts::URLArgs & )) ); - connect( this, TQT_SIGNAL ( popupMenu ( const TQString &, const TQPoint &) ), - this, TQT_SLOT ( onPopupMenu ( const TQString &, const TQPoint &) ) ); + connect( this, TQ_SIGNAL ( popupMenu ( const TQString &, const TQPoint &) ), + this, TQ_SLOT ( onPopupMenu ( const TQString &, const TQPoint &) ) ); } @@ -64,7 +64,7 @@ bool KCHMViewWindow_TDEHTMLPart::openPage (const TQString& url) if ( m_currentEncoding != ::mainWindow->chmFile()->currentEncoding() ) { m_currentEncoding = ::mainWindow->chmFile()->currentEncoding(); - setEncoding ( m_currentEncoding->qtcodec, TRUE ); + setEncoding ( m_currentEncoding->qtcodec, true ); } TQString fullurl = "ms-its:" + ::mainWindow->getOpenedFileName() + "::" + url; |
