From f7e71d47719ab6094cf4a9fafffa5ea351973522 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 13 Jan 2011 08:32:36 +0000 Subject: Initial conversion for TQt for Qt4 3.4.0 TP2 This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/plugins/autobookmarker/autobookmarker.cpp | 2 +- kate/plugins/kdatatool/kate_kdatatool.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/plugins') diff --git a/kate/plugins/autobookmarker/autobookmarker.cpp b/kate/plugins/autobookmarker/autobookmarker.cpp index c03fcefe0..92fe6086c 100644 --- a/kate/plugins/autobookmarker/autobookmarker.cpp +++ b/kate/plugins/autobookmarker/autobookmarker.cpp @@ -114,7 +114,7 @@ void AutoBookmarker::slotCompleted() // get the document info KTextEditor::DocumentInfoInterface *di = static_cast(document()-> - qt_cast("KTextEditor::DocumentInfoInterface")); + tqqt_cast("KTextEditor::DocumentInfoInterface")); TQString mt; if ( di ) // we can still try match the URL otherwise mt = di->mimeType(); diff --git a/kate/plugins/kdatatool/kate_kdatatool.cpp b/kate/plugins/kdatatool/kate_kdatatool.cpp index 11cd645b7..41c19b9ee 100644 --- a/kate/plugins/kdatatool/kate_kdatatool.cpp +++ b/kate/plugins/kdatatool/kate_kdatatool.cpp @@ -108,7 +108,7 @@ void KDataToolPluginView::aboutToShow() if ( selectionInterface(m_view->document())->hasSelection() ) { word = selectionInterface(m_view->document())->selection(); - if ( word.find(' ') == -1 && word.find('\t') == -1 && word.find('\n') == -1 ) + if ( word.tqfind(' ') == -1 && word.tqfind('\t') == -1 && word.tqfind('\n') == -1 ) m_singleWord = true; else m_singleWord = false; -- cgit v1.2.1